admin/analysis is your friend here. It'll tell you exactly what gets into
your
index and the transformations defined by each step along the way.
As "Developer" pointed out, you're using the ngram filter, that's almost
surely
what's causing the matches you're seeing.
FWIW,
Erick
On Tue, Oct 22,
For exact phrase match you can wrap the query inside quotes but this will
perform the exact match and it wont match other results.
The below query will match only : Okkadu telugu movie stills
http://localhost:8983/solr/core1/select?q=%22okkadu%20telugu%20movie%20stills%22
Since you are using Edg
Hi i am using field type configuration in the following way.
--
View this message in context:
http://luc
You need to provide us with the fieldtype information..
If you just want to match the phrase entered by user, you can use
KeywordTokenizerFactory..
Reference:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
Creates org.apache.lucene.analysis.core.KeywordTokenizer.
Treats the entire
Kumar
You might want to look into the 'pf' parameter:
https://cwiki.apache.org/confluence/display/solr/The+Extended+DisMax+Query+Parser
François
On Oct 21, 2013, at 9:24 AM, kumar wrote:
> I am querying solr for exact match results. But it is showing some other
> results also.
>
> E