search with spaces

2012-12-27 Thread Sangeetha
Hi, I have a text field with value O O Jaane Jaane. When i search with *q=Jaane Jaane* it is giving the results. But if i give *q=O O Jaane Jaane* it is not working? What could be the reason? Thanks, Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/search

Searches with phonetics

2012-12-17 Thread Sangeetha
Hi, I have not done anything in my schema.xml for phonetics search. But it searches and returns *july *when i give *juli*. But i dont want this. How to avoid that? Thanks, Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/Searches-with-phonetics-tp4027487.html

Re: Searches with phonetics

2012-12-17 Thread Sangeetha
which are in docs. I need to do auto-suggest also. Thanks, Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/Searches-with-phonetics-tp4027487p4027498.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: score calculation

2012-12-13 Thread Sangeetha
) But still i am not clear of fieldNorm(lenghNorm *boost(index) - how to get boost(index) and how queryWeight is calculated Thanks, Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/score-calculation-tp4026669p4026946.html Sent from the Solr - User mailing list archive

score calculation

2012-12-12 Thread Sangeetha
I want to know how score is calculated? what is fieldweight, fieldNorm, queryWeight and queryNorm. And what is the formula to get the final score using fieldweight, fieldNorm, queryWeight ,queryNorm, idf and tf. Can anyone explain or provide some links? Thanks, Sangeetha -- View

Boost docs which are posted recently

2012-12-11 Thread Sangeetha
to photos, sometimes it needs to display the videos/news if it is posted recently. How can i achieve this? Is it possible to use single bq for multiple field using space or +? Thanks, Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/Boost-docs-which-are-posted-recently

How to search with single string in a multivalued string field

2012-11-27 Thread Sangeetha
Hi, I have a field name called, features_mvs. arr name=features_mvs strSlim,Compact/str strLarge Storage,Efficient/str /arr I want to search with either of the string, Slim or Compact or Large Storage or Efficient. If i give, select?q=features_mvs:Slim,Compact it is returning, but i want to