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