Re: How to boost the relevancy of a field

2012-01-18 Thread aronitin
Hi Dean, You can use Query Time boosting where you specify the boost value in the query itself that title:solr^2 OR body:solr Thanks Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-boost-the-relevancy-of-a-field-tp3671020p3671118.html Sent from the Solr - User m

Re: Highlighting more than 1 term

2012-01-18 Thread aronitin
Hi Tim, Can you share the "text_en" type definition? Do check if your have Stemmer configured in the type definition. If not then that might be the reason of scheduled not matching with scheduling. Thanks Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/Highlighting-

Re: Sorting results within the fields

2012-01-17 Thread aronitin
Hi Jan, Thanks for the reply. Here is the concrete explanation of the problem that I'm trying to solve. *SOLR Schema* Here is the definition of the SOLR schema *There are 3 dynamic fields* *There are 4 searchable fields* *Description*: Data in this field is Whitespace Tokenized,

Re: Sorting results within the fields

2012-01-17 Thread aronitin
It's been almost a week and there is no response to the question that I asked. Is the question has less details or there is no way to achieve the same in Lucene? -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-results-within-the-fields-tp3656049p3666983.html Sent f

Sorting results within the fields

2012-01-13 Thread aronitin
I need to implement sorting of search results where sorting needs to be done based on the fields that are matched for a query and the score associated with each term in the field which is generated by application logic. e.g if there are 3 fields which are being queried and the final query after ap

Incorrect Search Results showing up

2011-10-25 Thread aronitin
Hi Group, I've the defined a type "text" in the SOLR schema as shown below. A multi valued field is defined to use the type defined above I index some cont

Re: Controlling the order of partial matches based on the position

2011-10-17 Thread aronitin
Guys, It's been almost a week but there are no replies to the question that I posted. If its a small problem and already answered somewhere, please point me to that post. Otherwise please suggest any pointer to handle the requirement mentioned in the question, Nitin -- View this message in con

Controlling the order of partial matches based on the position

2011-10-11 Thread aronitin
Hi All, I'm using SOLR/Lucene to index few keywords in a "multivalued" field. The data that is being stored in the indexes is already mined to remove the noise and occurrences and is very precise. All the text mining and filtering steps are already performed before indexing. Whenever a user sea