RE: No need white space split

2016-07-25 Thread Prasanna Josium
Hi, One other possibility is to use the query operator 'q.op=AND' along with your query. by default this is an 'OR'. Hope it helps your situation. Prasanna -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: 25 July 2016 19:50 To: solr-user@lucene.apache.or

Return docs with only the matched fields for a query

2016-07-12 Thread Prasanna Josium
Hi all, My requirement is in line with https://issues.apache.org/jira/browse/SOLR-3955 I'm working on a project that has very low network bandwidth for the clients. I'm using Solr 4.10 The problem: I have ~ 1M documents with multiple fields(~50), many of them are indexed, stored and some of

RE: Returned number of result rows as a function of maxScore or numFound.

2016-06-09 Thread Prasanna Josium
ng tail. The business guys thinks that docs with very low score compared to the highs scores ones should not be part of the result set. and must be cut off below a threshold defined as a percent of maxScore. Any thought about how to work with max score. Thanks Prasanna Josium -Original Mess

Returned number of result rows as a function of maxScore or numFound.

2016-06-08 Thread Prasanna Josium
o 4.0(this could be the any number of records) in other words, the returned set is a percent of hits, instead of a static row count. Is there a way to do this readily or via some custom implementation? Thanks Cheers Prasanna Josium