Hi,

wildcard and fuzzy queries are not analyzed.

-Sascha



Alok Bhandari <alokomprakashbhand...@gmail.com> schrieb:

Hello ,

I am pushing "Chuck Follett'.?.?" in solr and when I query for this field
with query string field:Follett'.* I am getting 0 results.

field type declared is

<fieldType name="text_email" class="solr.TextField" stored="true"
indexed="true" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.UAX29URLEmailTokenizerFactory"
maxTokenLength="255"/>
<filter class="solr.LowerCaseFilterFactory"/>
</analyzer>
</fieldType> 

and parser we are using is EdisMax .

Is it the case that for prefix query the text analysis is not done I am
getting 0 results or there is something fundamentally wrong with my
data/schema .

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Prefix-query-is-not-analysed-tp3992435.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to