Re: literal operator?

2003-02-24 Thread Erik Hatcher
(now that I know what's going on) I wasn't getting any hits from this search (because the QueryParser was normalizing the query term be "foobar" when it had been indexed as "FOOBAR") I know that i could create my own query to search for "FOOBAR", but it seems

Re: literal operator?

2003-02-23 Thread Terry Steichen
would not only be limited in its added value, but would indeed likely be confusing. Regards, Terry - Original Message - From: "Tatu Saloranta" <[EMAIL PROTECTED]> To: "Lucene Developers List" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 2:12

Re: literal operator?

2003-02-23 Thread Tatu Saloranta
On Sunday 23 February 2003 08:56, Matthew King wrote: > I'd thought this went into the black hole of feature requests never to > return. ;) > > I also agree that the single quote is probably a bad choice for an > operator. In my code i'm actually using "#lit()" to make things > as unambiguous as p

Re: literal operator?

2003-02-23 Thread Otis Gospodnetic
r a > document > >> > >> looking for a term that had been indexed using a Keyword field... > >> > >> My application is using the StandardAnalyzer and the QueryParser > to > >> search the index, so my query looked something like this: > >> >

Re: literal operator?

2003-02-23 Thread Matthew King
the QueryParser was normalizing the query term be "foobar" when it had been indexed as "FOOBAR") I know that i could create my own query to search for "FOOBAR", but it seems reasonable to add a LITERAL operator so that keywords can be searched usin

Re: literal operator?

2003-02-23 Thread Terry Steichen
EMAIL PROTECTED]> Cc: "Matthew King" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 2:35 AM Subject: Re: literal operator? > Hello Matthew, > > Nobody responded to this one. > Any strong opinions about including this from developers? > I thought this would be a us

Re: literal operator?

2003-02-22 Thread Otis Gospodnetic
normalizing the > query term be "foobar" when it had been indexed as "FOOBAR") > > I know that i could create my own query to search for "FOOBAR", but > it > seems reasonable to add a LITERAL operator so that keywords can be > searc

literal operator?

2003-01-29 Thread Matthew King
(now that I know what's going on) I wasn't getting any hits from this search (because the QueryParser was normalizing the query term be "foobar" when it had been indexed as "FOOBAR") I know that i could create my own query to search for "FOOBAR", but it se