Could it be the same reason as described here:

http://markmail.org/message/ts65a6jok3ii6nva

Otis
--
Sematext is hiring -- http://sematext.com/about/jobs.html?mls
Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR



----- Original Message ----
> From: Mohamed Parvez <par...@gmail.com>
> To: solr-user@lucene.apache.org
> Sent: Tuesday, August 4, 2009 11:26:45 AM
> Subject: Wild card search does not return any result
> 
> Hello All,
> 
>        I have two fields.
> 
> 
> 
> 
> I have document(which has been indexed) that has a value of "ICS for BUS
> field" and "SSE for ROLE filed"
> 
> When I search for q=BUS:ics i get the result, but if i search for q=BUS:ics*
> i don't get any match (or result)
> 
> when I search for q=ROLE:sse or q=ROLE:sse*, both the times I get the
> result.
> 
> why BUS:ics* does not return any result ?
> 
> 
> I have the default configuration for text filed, see below.
> 
>     
> positionIncrementGap="100">
>       
>         
>         
>         
>         
>                 ignoreCase="true"
>                 words="stopwords.txt"
>                 enablePositionIncrements="true"
>                 />
>         
> generateWordParts="1" generateNumberParts="1" catenateWords="1"
> catenateNumbers="1" catenateAll="0" splitOnCaseChange="1"/>
>         
>         
> protected="protwords.txt"/>
>         
>       
>       
>         
>         
> ignoreCase="true" expand="true"/>
>         
> words="stopwords.txt"/>
>         
> generateWordParts="1" generateNumberParts="1" catenateWords="0"
> catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/>
>         
>         
> protected="protwords.txt"/>
>         
>       
>     
> 
> 
> ----
> Thanks/Regards,
> Parvez
> 
> Note : This is a re-post. looks like something went wrong the first time
> around.

Reply via email to