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. Slim,Compact Large Storage,Efficient 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 search like, select?q=features_mvs:Slim H

Boost docs which are posted recently

2012-12-11 Thread Sangeetha
more priority 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/B

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 this

Re: score calculation

2012-12-13 Thread Sangeetha
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 at

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
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.

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-with

Re: search with spaces

2012-12-28 Thread Sangeetha
when i gave debugQuery=query, i got the following error, 400 0 query O O Jaane Jaane invalid boolean value: query 400