Re: What is default Date time format in Solr

2008-03-11 Thread Mahesh Udupa
Thanks Chris, My index creation was wrong ;)(I was using 12 Hour format) Thanks for your support -kmu On Sat, Mar 8, 2008 at 1:35 AM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : I heard Solr Date time format is 24 hours. > > that is correct. > > : emf.artist:[2007-12-31T22:20:00Z TO 2007-

How to override special meaning of +

2008-03-08 Thread Mahesh Udupa
Hi , I have following contents in my list:- a) hot+cold b) hot++cold c) hotcold d) hot cold e) cold water f) hot water I want to search only for hot+cold. I tried with "hot\+cold" and also hot\+cold. I got *first four* contents. How to search only exact match? I have 2 field types, title :- whic

What is default Date time format in Solr

2008-03-06 Thread Mahesh Udupa
Hi all, I heard Solr Date time format is 24 hours. But I have following query regarding Search time. In database I have a content with time as :- 2007-12-31 22:29:59 In oder to get this content I tried with following Range query:- emf.artist:[2007-12-31T22:20:00Z TO 2007-12-31T22:39:00Z] I a

Special character in queries

2008-02-18 Thread Mahesh Udupa
Hi, I have 2 content with name as follows: a) "NewSong" sing --- with " in the name b) sing I need to search for the content *a* ( i.e. *"NewSong" sing*), I tried with "\"NewSong\" sing", It failed to search. But If I try to search with "NewSong" sing it displays both(that is expected). It woul

Re: Field Search

2008-02-18 Thread Mahesh Udupa
),1,1000,1000)^0.3 id,name,price,score 2<-1 5<-2 6<90% 100 *:* Do you think this is causing some issue? -Thanks and Regards, kmu On Feb 19, 2008 6:31 AM, Mahesh Udupa <[EMAIL PROTECTED]> wrote: > Hi, > > I have a

Field Search

2008-02-18 Thread Mahesh Udupa
Hi, I have a content with *title* as "*Advertise*" under a *category* "*Sales*" And also, I have 3 other contents with *titles "{TV, Web,Radio}"* under a *category "Advertise"* ** Now, if I try to search for, *title:Advertise --- * I am getting following results: == Title

Re: Alpha numeric sort problem

2008-02-17 Thread Mahesh Udupa
perfectly working as we expect. Thank you very much for your support. -kmu On Feb 15, 2008 11:49 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Fri, Feb 15, 2008 at 3:36 AM, Mahesh Udupa <[EMAIL PROTECTED]> > wrote: > > Thanks Yonik, > > > > It wor

Re: Alpha numeric sort problem

2008-02-15 Thread Mahesh Udupa
. Thanks in advance -kmu On Fri, Feb 15, 2008 at 11:08 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Thu, Feb 14, 2008 at 10:45 PM, Mahesh Udupa <[EMAIL PROTECTED]> > wrote: > > Even I tried with *text* Field type. But no use. > > As splitOnCaseChange="

Re: Alpha numeric sort problem

2008-02-14 Thread Mahesh Udupa
> I admit I know little about SOLR, but wouldn't an AlphaOnlySorter ignore > the digits? > > Erick > > On Thu, Feb 14, 2008 at 3:51 AM, Mahesh Udupa <[EMAIL PROTECTED]> > wrote: > > > Hello, > > > > I have following entry in my title list:

Alpha numeric sort problem

2008-02-14 Thread Mahesh Udupa
Hello, I have following entry in my title list: Content1 Content2 Content3 Content4 Content5 If I try to Sort it in ascending or descending order, I am getting same order. I am using following alphaOnlySort field and text. Please let me know if I miss anything here. Thanks in advance for looki