Re: Shard Query Problem

2009-03-06 Thread Anshul jain
xplicit true 100 70 0.5 [-\w ,/\n\"']{20,200} 5 solr Thanks, Cheers, Anshul On Fri, Mar 6,

Re: Shard Query Problem

2009-03-06 Thread Anshul jain
o, the > best guess i have is that somewhere you are overridding the default "rows" > param with a value of 0. > > if that's not it: can you post your requestHandler configurations > from solrconfig.xml? that might shed some light on things for people. > > : Date: Thu, 19

Shard Query Problem

2009-02-19 Thread Anshul jain
problem?? Thanks and Cheers, Anshul -- Anshul Jain

Query results problem

2009-02-19 Thread Anshul jain
sults)); query.setIncludeScore(true); SolrDocumentList docList = response.getResults(); While querying, I monitored catalina.out and it was giving non zero hits, but on my program the result size is zero. Am I missing something? Thanks and Cheers, Anshul -- Anshul Jain

Solr configuration for queries

2009-01-17 Thread Anshul jain
ueries and converts them to range queries. I just need that solr simply pass the query to lucene IndexSearcher and do nothing else in between. Is it possible? Cheers, Anshul -- Anshul Jain