Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mosea3 opened this issue May 7, 2024 · 0 comments
Open

Comments

@mosea3
Copy link

mosea3 commented May 7, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant