-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Problem in getting Correct List Of Search Results #286
Comments
If you rebuild your index does it show up? |
no, it does not, I rebuild the index a few times, I also clean the temp folders but had no success |
So the problem potentially is it's indexing a URL with that term in it and it may depend on the analyzer being used. Are you searching the internal or external index? Does it show up in the external index? The internal index uses a whitespace analyzer, the external one uses a standard analyzer. The standard analyzer will tokenize that URL but the whitespace one will not. |
I checked in both of them(internal and external), but it does not show up in any of them |
You can check your indexes with Luke https://code.google.com/archive/p/luke/downloads for lucene 3.x to see how that field is indexed for that document. You can also search on that document Id in the examine dashboard to make sure that value exists in that document. |
thanks for your help, I will check. |
Hi
We are facing the same problem with examine search all fields in two different websites which are in Umbraco 8.14.0
when searching for a particular word one of the Contents that contain the exact search term does not appear in the returned list
this page which have fongogo word in website field dose not returned as a search result
The text was updated successfully, but these errors were encountered: