open-semantic-search icon indicating copy to clipboard operation
open-semantic-search copied to clipboard

How to do activate true full text search? Or how to modify solr request?

Open mosea3 opened this issue 3 months ago • 0 comments

Hi guys,

I seem to have issues with the latest OSS of 04.2024, it doesnt seem to do real full text search.

My use case: index PDF documents with OCR text layer into OSS. So Tika extracts the content and the ETL python program sends it to Solr into the Document field content_txt.

Sadly, searching for some partial content in content_txt doesnt return the document, even if literal match. Searching for main document attributes (title) works.

Is it possible to modify the Solr request so that I can find also by any string match? Right now by default, the request seems to just be the bare content of $_GET['q'] the q value of the searchfield.

Thanks for you help!

mosea3 avatar May 07 '24 14:05 mosea3