I am using EdgeNGramFilter for wildcard search.
But the search result is same whether or not followed by asterisk.
When I search without asterisk, I just want to retrive in original
terms(except ngram terms).

[example]
- doc1 : "enterprise search server"
- doc2 : "enter key"

When I query 'enter*', both doc1 and doc2 are retrived.
It's ok.
When I query 'enter', both doc1 and doc2 are also retrived.
But I just want a doc2.

How should I do this?
please help!

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/search-problem-after-using-EdgeNGramFilter-tp2060966p2060966.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to