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

word not found #370

Open
mmoossen opened this issue Nov 2, 2021 · 0 comments
Open

word not found #370

mmoossen opened this issue Nov 2, 2021 · 0 comments

Comments

@mmoossen
Copy link

mmoossen commented Nov 2, 2021

Hi,

i realized the search is not finding some documents.
i found out that the _text_ field does not contains the word i am looking for, but the field content_txt does contain it.
i got the search finally to work by changing this line:
https://github.com/opensemanticsearch/solr-php-ui/blob/master/src/index.php#L930
$additionalParameters['qf'] = '_text_^3 title_txt^5';
to
$additionalParameters['qf'] = '_text_^3 title_txt^5 content_text^3';

Does it make sense?
Any better idea?

I did not find any documentation on the index fields.
is there any?

many thanks

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