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

The appropriate value of maxGramSize in prefix-matching search #10

Open
GuanglinDu opened this issue May 22, 2015 · 0 comments
Open

The appropriate value of maxGramSize in prefix-matching search #10

GuanglinDu opened this issue May 22, 2015 · 0 comments

Comments

@GuanglinDu
Copy link
Owner

Implemented the prefix-matching search according to . When maxGramSize was 10, nothing would be found to search for IP address 192.168.1.1 or the alike in the Addresses view:

<filter class="solr.EdgeNGramFilterFactory" minGramSize="2" maxGramSize="10" side="front"/>

After setting it 15, the problem was solved.

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