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

Problem in getting Correct List Of Search Results #286

Open
SomaiyehTaheri opened this issue Jul 4, 2022 · 6 comments
Open

Problem in getting Correct List Of Search Results #286

SomaiyehTaheri opened this issue Jul 4, 2022 · 6 comments
Labels

Comments

@SomaiyehTaheri
Copy link

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

image

this page which have fongogo word in website field dose not returned as a search result
image

@Shazwazza
Copy link
Owner

If you rebuild your index does it show up?

@SomaiyehTaheri
Copy link
Author

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

@Shazwazza
Copy link
Owner

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.

@SomaiyehTaheri
Copy link
Author

I checked in both of them(internal and external), but it does not show up in any of them

@Shazwazza
Copy link
Owner

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.

@SomaiyehTaheri
Copy link
Author

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.

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

No branches or pull requests

2 participants