Re: UniqueKey filed length exceeds

2011-10-10 Thread Ahmet Arslan
> I would like to know how we can achieve the *range search* > for these date > formats like  [2011-11-02:10 03:37.236088 to > 2011-12-02:10 03:37.236088]..? You can use frange query parser plugin. http://www.lucidimagination.com/blog/2009/07/06/ranges-over-functions-in-solr-14/

Re: UniqueKey filed length exceeds

2011-10-10 Thread kiran.bodigam
03:37.236088]..? do i need to convert them to below format [2002100337236088 to 20111202100337236088] or any other alternative please suggest..? -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-filed-length-exceeds-tp3389759p3409102.html Sent from the Solr - User

Re: UniqueKey filed length exceeds

2011-10-04 Thread Chris Hostetter
: if you'd like to make a query like this you need to escape the : so : something like or use the "term" QParser, which was created for the explicit purpose of never needing to worry about escaping terms in your index... q={!term f=id}2009-11-04:13:51:07.348184 -Hoss

Re: UniqueKey filed length exceeds

2011-10-04 Thread Jamie Johnson
29) >        at org.apache.solr.core.SolrCore.execute(SolrCore.java:1360) > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/UniqueKey-filed-length-exceeds-tp3389759p3392432.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: UniqueKey filed length exceeds

2011-10-04 Thread kiran.bodigam
(SolrCore.java:1360) -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-filed-length-exceeds-tp3389759p3392432.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: UniqueKey filed length exceeds

2011-10-03 Thread Erick Erickson
trying to search with the > same it throws error any other alternate for StrField coz i can't increase > the length of it or can't we apply analyzer for the same? > My unique key:-MM-DD 13:54:11.414632 > > -- > View this message in context: > http://lucene.472066.

UniqueKey filed length exceeds

2011-10-03 Thread kiran.bodigam
ext: http://lucene.472066.n3.nabble.com/UniqueKey-filed-length-exceeds-tp3389759p3389759.html Sent from the Solr - User mailing list archive at Nabble.com.