Re: Multiple field search with different values..

2007-07-27 Thread nithyavembu
Hi Ryan, Thanks for the reply. I tried with the given query too. But i didnt get the correct result. Eg : http://localhost:8085/solr/select/?q=ram&q=FSID:8.2723%208.2723&RES_TYPE:1896&fl=ID Here FSID, RES_TYPE are field names. I came to know that it is checking for only the first conditio

Re: Multiple field search with different values..

2007-07-26 Thread Ryan McKinley
nithyavembu wrote: Hi Otis Gospodnetic, Thanks for the reply. I tried with this URL, its working but its not checking the condition. Its showing all the records if i use this URL. Is there any solution I'm not sure about the order of operations, but try: +FID:8 +RES_TYPE:0 RES_TYPE:1

Re: Multiple field search with different values..

2007-07-26 Thread nithyavembu
Hi Otis Gospodnetic, Thanks for the reply. I tried with this URL, its working but its not checking the condition. Its showing all the records if i use this URL. Is there any solution Thanks in advance. Regards, V.Nithya. Otis Gospodnetic wrote: > > Have you tried this: > > http://l

Re: Multiple field search with different values..

2007-07-25 Thread Otis Gospodnetic
Have you tried this: http://localhost:8085/solr/select?q=FID:8+AND+RES+TYPE:0+OR+RES+TYPE:1+AND+ALL:sun&fl=ALL The column may need to be URL-encoded. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Messa