Full text search over hard table

LabKey Support Forum
Full text search over hard table Will Holtz  2018-08-06 17:19
Status: Closed
 

Is there a mechanism I can utilize in a file-based module to get a hard tabled indexed by the full-text search indexer?

thanks,
-Will

 
 
Jon (LabKey DevOps) responded:  2018-08-20 16:23
Hi Will,

I'm not certain whether this is possible based on the docs I've seen, but I'll have this checked and get back to you.

Thank you for your patience.

Regards,

Jon
 
Jon (LabKey DevOps) responded:  2018-08-20 18:52
Hi Will,

Just got confirmation and was told that this isn't possible.

Per our developers:

"An object or table that wants to participate in full-text search must implement and register an instance of the DocumentProvider interface to instruct the search indexer about details like: what content should be indexed, high priority vs low priority fields, fields that should be stemmed vs. fields that represent identifiers, search result title and summary, tracking of rows that need to be indexed, behavior when the index is deleted, etc. This requires Java code."

The only feasible workaround they suggested to index an arbitrary table without writing code is to use a list, which the list designer provides indexing configurations. https://www.labkey.org/Documentation/wiki-page.view?name=editListDesign

Regards,

Jon
 
Will Holtz responded:  2018-08-20 21:11
Hi Jon,

Thanks for the confirmation.

-Will