Re: problem with ? wild card searches in solr

2011-07-26 Thread Dmitry Kan
you can use solr analysis tool from the admin page and see how an analysis
and querying are done for a specific term.

On Sat, Jul 23, 2011 at 1:33 PM, Romi romijain3...@gmail.com wrote:

 I am using solr for search . i am facing problem with wildcard searches.
 when i search for dia?mond i get result for diamond
 but when i search for ban?le i get no result.

 what can be the problem

 -
 Thanks  Regards
 Romi
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/problem-with-wild-card-searches-in-solr-tp3193222p3193222.html
 Sent from the Solr - User mailing list archive at Nabble.com.




-- 
Regards,

Dmitry Kan


Re: problem with ? wild card searches in solr

2011-07-25 Thread Tomás Fernández Löbbe
Are you using stemming on that field? Sometimes stemming and wildcards don't
get along very well. If you are, take a look at how the terms that should
match ban?le are analyzed on the Analysis section of the admin.

On Sat, Jul 23, 2011 at 6:33 AM, Romi romijain3...@gmail.com wrote:

 I am using solr for search . i am facing problem with wildcard searches.
 when i search for dia?mond i get result for diamond
 but when i search for ban?le i get no result.

 what can be the problem

 -
 Thanks  Regards
 Romi
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/problem-with-wild-card-searches-in-solr-tp3193222p3193222.html
 Sent from the Solr - User mailing list archive at Nabble.com.



problem with ? wild card searches in solr

2011-07-23 Thread Romi
I am using solr for search . i am facing problem with wildcard searches.
when i search for dia?mond i get result for diamond
but when i search for ban?le i get no result.

what can be the problem 

-
Thanks  Regards
Romi
--
View this message in context: 
http://lucene.472066.n3.nabble.com/problem-with-wild-card-searches-in-solr-tp3193222p3193222.html
Sent from the Solr - User mailing list archive at Nabble.com.