Re: Solr JVM performance challenge with Updates

2019-10-16 Thread GaneshSe
Any help on this is much appreciated. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr streaming expression - options for Full Outer Join

2018-02-18 Thread GaneshSe
Any help solr streaming expression option is greatly appreciated. Please help -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: solr IDF based filtering response

2014-03-08 Thread GaneshSe
request your help on the same. I am sure there should be some way to do it, there should be some way to limit the results based on relevance. Please help -- View this message in context: http://lucene.472066.n3.nabble.com/solr-IDF-based-filtering-response-tp4121271p4122268.html Sent from the So

solr IDF base filtering response

2014-03-04 Thread GaneshSe
I would like to reduce the number of documents that are returned in search, based on the inquiry terms in response and their IDF. For example for the query q=(Definitive Java Book), I don't want to see the result documents which has 'Book' and other irrelevant terms in it. For example I don't want

Re: Please help me to understand debugQuery output

2013-11-25 Thread GaneshSe
You might want to look at the Solr Relavancy for the same. http://wiki.apache.org/solr/SolrRelevancyFAQ Also, it will even better if you look at the link above with outcome you want to get to, like "Want to know why this document is better than the

Re: csv does not return custom fields (distance)

2013-11-22 Thread GaneshSe
Any help on this is greatly appreciated. -- View this message in context: http://lucene.472066.n3.nabble.com/csv-does-not-return-custom-fields-distance-tp4102313p4102656.html Sent from the Solr - User mailing list archive at Nabble.com.

csv does not return custom fields (distance)

2013-11-20 Thread GaneshSe
I am using spacial search feature in Solr (4.0) version. When I try to extract the csv (using wt=csv option) using the edismax parser, I dont get all the fields in the CSV output as specified in the fl parameter. Only the schema fields are coming out in CSV and the score, the custom fields like d

facet.method value per field

2013-07-24 Thread GaneshSe
We are trying to use facet across multiple fields, we would like to know how to control the facet.method based on the field that we are using. There are some fields for us which makes sense to use facet.method=enum and for some other fields facet.method=fc makes more sense. This depends on the type