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

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 :- which

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

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: Field Search

2008-02-18 Thread Mahesh Udupa
name=ps100/int str name=q.alt*:*/str /lst /requestHandler 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 content with *title* as *Advertise* under a *category* *Sales* And also, I have

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 would be great

Re: Alpha numeric sort problem

2008-02-17 Thread Mahesh Udupa
than alphabets. I removed that, it is 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 works fine. But sort

Re: Alpha numeric sort problem

2008-02-15 Thread Mahesh Udupa
? Sorry again, I am new to Solr. please provide your valid input. 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

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

Re: Alpha numeric sort problem

2008-02-14 Thread Mahesh Udupa
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: Content1 Content2 Content3 Content4 Content5 If I try to Sort it in ascending