Re: sint in schema.xml

2008-10-10 Thread Chris Hostetter
: as integer or sint, in lucene are strings, and if you try to sort numbers : represented as strings what happens is this: Field sorting in Solr on both IntField and SortableIntField should work becuase they both use the 'integer' FieldCache under the covers -- but where you'll really see a dif

Re: sint in schema.xml

2008-10-10 Thread Francisco Sanmartin
sint: 1,2,3,4,5,6,7,8,9,10,11,12,13. Pako [EMAIL PROTECTED] wrote: U --Original Message-- From: sanraj25 To: solr-user@lucene.apache.org ReplyTo: solr-user@lucene.apache.org Sent: Oct 9, 2008 10:13 PM Subject: Re: sint in schema.xml Hi, I create own field name using integer field type and sint field

Re: sint in schema.xml

2008-10-10 Thread bburke71
U --Original Message-- From: sanraj25 To: solr-user@lucene.apache.org ReplyTo: solr-user@lucene.apache.org Sent: Oct 9, 2008 10:13 PM Subject: Re: sint in schema.xml Hi, I create own field name using integer field type and sint field type(solr.SortableIntField) in schema.xml. i

Re: sint in schema.xml

2008-10-09 Thread sanraj25
Hi, I create own field name using integer field type and sint field type(solr.SortableIntField) in schema.xml. i can't differentiate between these two field type. When this sint exactly use? If we use sint how it is sortable? sanraj25 wrote: > > Hi, > I create own field name using