Re: Solr round ratings to nearest integer value

2013-08-07 Thread Jack Krupansky
e type, so that 1.0 would become 1 Solr "int" fields. -- Jack Krupansky -Original Message- From: Thyagaraj Sent: Thursday, August 01, 2013 2:37 AM To: solr-user@lucene.apache.org Subject: Solr round ratings to nearest integer value I'm using solr 4.0 with DIH jdbc

Re: Solr round ratings to nearest integer value

2013-08-05 Thread Erick Erickson
but it's > not listing when fq is used like the one above. It's just rounding, but I > also want to query the rounded value. > > > Thank you! > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-round-rating

Re: Solr round ratings to nearest integer value

2013-08-04 Thread Raymond Wiker
a record which is rounded to 2.0 by rint but it's > not listing when fq is used like the one above. It's just rounding, but I > also want to query the rounded value. > > > Thank you! > > > > > > > -- > View this message in context: > http://luce

Re: Solr round ratings to nearest integer value

2013-08-04 Thread Thyagaraj
it's not listing when fq is used like the one above. It's just rounding, but I also want to query the rounded value. Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-round-ratings-to-nearest-integer-value-tp4081833p4082464.html Sent from the S

Re: Solr round ratings to nearest integer value

2013-08-02 Thread Jack Krupansky
- From: Thyagaraj Sent: Friday, August 02, 2013 2:24 AM To: solr-user@lucene.apache.org Subject: Re: Solr round ratings to nearest integer value After discussion I came to know that I want the second point... 2. Query to match only rounded integer values? -- View this message in context

Re: Solr round ratings to nearest integer value

2013-08-02 Thread Erick Erickson
e: > After discussion I came to know that I want the second point... > > 2. Query to match only rounded integer values? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-round-ratings-to-nearest-integer-value-tp4081833p4082138.html > Sent fro

Re: Solr round ratings to nearest integer value

2013-08-01 Thread Thyagaraj
After discussion I came to know that I want the second point... 2. Query to match only rounded integer values? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-round-ratings-to-nearest-integer-value-tp4081833p4082138.html Sent from the Solr - User mailing list archive

Re: Solr round ratings to nearest integer value

2013-08-01 Thread Thyagaraj
m/Solr-round-ratings-to-nearest-integer-value-tp4081833p4082130.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr round ratings to nearest integer value

2013-08-01 Thread Jack Krupansky
To: solr-user@lucene.apache.org Subject: Solr round ratings to nearest integer value I'm using solr 4.0 with DIH jdbc connector and I use Solr Admin web interface for testing. I have a field called *ratings* which varies like 0, 0.3, 0.5, 0.75, 1, 1.5, 1.6... and so on as per user input

Re: Solr round ratings to nearest integer value

2013-08-01 Thread Raymond Wiker
On Aug 1, 2013, at 17:36 , Thyagaraj wrote: > Hello Raymond Wiker, > > I just want to change the value while returning from the index (i.e, at > query time). I tried the one like below but it's not working and showing > same fraction value instead any nearest integer, > > http://192.168.1.10:808

Re: Solr round ratings to nearest integer value

2013-08-01 Thread Thyagaraj
p;wt=xml Did I try correctly? if not could you let me correct way of doing it changing the above link? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-round-ratings-to-nearest-integer-value-tp4081833p4081981.html Sent from the Solr - User mailing li

Re: Solr round ratings to nearest integer value

2013-08-01 Thread Raymond Wiker
0.75 & 1.5 to 1 > 1.6 to 2 > > > Anybody help me guiding please? > > Thank you! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-round-ratings-to-nearest-integer-value-tp4081833.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Solr round ratings to nearest integer value

2013-07-31 Thread Thyagaraj
2 Anybody help me guiding please? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-round-ratings-to-nearest-integer-value-tp4081833.html Sent from the Solr - User mailing list archive at Nabble.com.