On Tue, Mar 6, 2012 at 10:04 AM, Robert Muir <[email protected]> wrote: > Thanks Benson: look like the problem revolves around indexing > Document/Fields you get back from IR.document... this has always been > 'lossy', but I think this is a real API trap. > > Please keep testing :)
Got a suggestion for sneaking around this in the mean time? > > On Tue, Mar 6, 2012 at 9:58 AM, Benson Margulies <[email protected]> > wrote: >> On Tue, Mar 6, 2012 at 9:47 AM, Uwe Schindler <[email protected]> wrote: >>> String field is analyzed, but with KeywordTokenizer, so all should be fine. >> >> I filed LUCENE-3854. >> >>> >>> ----- >>> Uwe Schindler >>> H.-H.-Meier-Allee 63, D-28213 Bremen >>> http://www.thetaphi.de >>> eMail: [email protected] >>> >>> >>>> -----Original Message----- >>>> From: Michael McCandless [mailto:[email protected]] >>>> Sent: Tuesday, March 06, 2012 3:42 PM >>>> To: [email protected] >>>> Subject: Re: Problem with updating a document or TermQuery with current >>>> trunk >>>> >>>> Hmm something is up here... I'll dig. Seems like we are somehow analyzing >>>> StringField when we shouldn't... >>>> >>>> Mike McCandless >>>> >>>> http://blog.mikemccandless.com >>>> >>>> On Tue, Mar 6, 2012 at 9:33 AM, Robert Muir <[email protected]> wrote: >>>> > On Tue, Mar 6, 2012 at 9:23 AM, Benson Margulies >>>> <[email protected]> wrote: >>>> >> On Tue, Mar 6, 2012 at 9:20 AM, Robert Muir <[email protected]> wrote: >>>> >>> I think the issue is that your analyzer is standardanalyzer, yet >>>> >>> field text value is "value-1" >>>> >> >>>> >> Robert, >>>> >> >>>> >> Why is this field analyzed at all? It's built with >>> StringField.TYPE_STORED. >>>> >> >>>> > >>>> > thanks Benson, you are right! >>>> > >>>> > -- >>>> > lucidimagination.com >>>> > >>>> > --------------------------------------------------------------------- >>>> > To unsubscribe, e-mail: [email protected] >>>> > For additional commands, e-mail: [email protected] >>>> > >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > lucidimagination.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
