Re: filter query parsing problem

2010-01-20 Thread Erik Hatcher
On Jan 20, 2010, at 9:34 AM, Shalin Shekhar Mangar wrote: On Wed, Jan 20, 2010 at 7:40 PM, Erik Hatcher wrote: On Jan 20, 2010, at 8:11 AM, Ahmet Arslan wrote: If they are really filter queries i.e. specified through "fq" then they will not be run through an analyzer. Does this mean fi

Re: filter query parsing problem

2010-01-20 Thread Shalin Shekhar Mangar
On Wed, Jan 20, 2010 at 7:40 PM, Erik Hatcher wrote: > > On Jan 20, 2010, at 8:11 AM, Ahmet Arslan wrote: > > If they are really filter queries i.e. specified through >>> "fq" then they will >>> not be run through an analyzer. >>> >>> >> Does this mean filter queries are not analyzed? The query b

Re: filter query parsing problem

2010-01-20 Thread Erik Hatcher
On Jan 20, 2010, at 8:11 AM, Ahmet Arslan wrote: If they are really filter queries i.e. specified through "fq" then they will not be run through an analyzer. Does this mean filter queries are not analyzed? The query below returns a document. http://localhost:8983/solr/select/?q=*%3A*&ver

Re: filter query parsing problem

2010-01-20 Thread Ahmet Arslan
> If they are really filter queries i.e. specified through > "fq" then they will > not be run through an analyzer. > Does this mean filter queries are not analyzed? The query below returns a document. http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&debugQuery=on

Re: filter query parsing problem

2010-01-20 Thread Shalin Shekhar Mangar
On Tue, Jan 19, 2010 at 3:10 AM, Ahmet Arslan wrote: > > I am submitting a query and it seems > > to be parsing incorrectly. Here > > is the query with the debug output. Any ideas what > > the problem is: > > > > > > > > ((VLog:814124 || VLog:12342) && > > (PublisherType:U || PublisherT

Re: filter query parsing problem

2010-01-19 Thread John Thorhauer
Ahmet, Thanks so much for the help. I will give it a shot. John On Mon, Jan 18, 2010 at 4:40 PM, Ahmet Arslan wrote: >> I am submitting a query and it seems >> to be parsing incorrectly.  Here >> is the query with the debug output.  Any ideas what >> the problem is: >> >> >>   >>     ((VLog:

Re: filter query parsing problem

2010-01-18 Thread Ahmet Arslan
> I am submitting a query and it seems > to be parsing incorrectly.  Here > is the query with the debug output.  Any ideas what > the problem is: > > >   >     ((VLog:814124 || VLog:12342) && > (PublisherType:U || PublisherType:A)) >   > > >     +(VLog:814124 VLog:12342) > +PublisherType:u >

filter query parsing problem

2010-01-18 Thread John Thorhauer
I am submitting a query and it seems to be parsing incorrectly. Here is the query with the debug output. Any ideas what the problem is: ((VLog:814124 || VLog:12342) && (PublisherType:U || PublisherType:A)) +(VLog:814124 VLog:12342) +PublisherType:u I would have thought that th