Re: sorting using function query results are notin order

2011-10-04 Thread abhayd
hi hoss, I see this in change.txt $Id: CHANGES.txt 1148494 2011-07-19 19:25:01Z hossman $ repository root: http://svn.apache.org/repos/asf/lucene/dev/trunk Revision:1148519 If u let me know what/where to look for i can send details. Here is field defination -- View this message in contex

Re: sorting using function query results are notin order

2011-10-04 Thread Chris Hostetter
: solr-spec-version : 4.0.0.2011.07.19.16.15.08 : solr-impl-version : 4.0-SNAPSHOT ${svnversion} - ad895d - 2011-07-19 16:15:08 Uh, ok ... that doesn't really answer my question at all. According to that info, your version of solr was *built* on 2011-07-19, using

Re: sorting using function query results are notin order

2011-10-04 Thread abhayd
hi solr-spec-version 4.0.0.2011.07.19.16.15.08 solr-impl-version 4.0-SNAPSHOT ${svnversion} - ad895d - 2011-07-19 16:15:08 lucene-spec-version 4.0-SNAPSHOT lucene-impl-version 4.0-SNAPSHOT ${svnversion} - ad895d - 2011-07-19 16:15:13

Re: sorting using function query results are notin order

2011-10-04 Thread Chris Hostetter
: Subject: Re: sorting using function query results are notin order : : that was it..COunt was not indexed...works fine now Hmmm... which version of solr are you using? what exactly is the FieldType of your "Count" field? Since Solr 3.1, attempting to use a function on a non-ind

Re: sorting using function query results are notin order

2011-10-04 Thread abhayd
that was it..COunt was not indexed...works fine now -- View this message in context: http://lucene.472066.n3.nabble.com/sorting-using-function-query-results-are-notin-order-tp3390926p3394876.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: sorting using function query results are notin order

2011-10-04 Thread Yonik Seeley
Hmmm, try adding fl={!func}Count to make sure Count is an indexed field and function queries are getting the right values. -Yonik http://www.lucene-eurocon.com - The Lucene/Solr User Conference On Mon, Oct 3, 2011 at 3:42 PM, abhayd wrote: > hi > I am trying to sort results from solr using sum

Re: sorting using function query results are notin order

2011-10-04 Thread abhayd
any help? -- View this message in context: http://lucene.472066.n3.nabble.com/sorting-using-function-query-results-are-notin-order-tp3390926p3393781.html Sent from the Solr - User mailing list archive at Nabble.com.