I use QueryParser parser = new QueryParser(Version.LUCENE_32,
"title", analyzer); i get results back.but when i change to
MatchAllDocsQuery i get 0 result.
I missed something in my code? I google and search the mailing list,it
seems many users are confused with MatchAllDocsQuery,Some advice?
tha
I use lucene 3.5 in my app.I set a field Store.YES,INDEX.NO.
I look for the stored filed value via luke3.5,I do not see the stored field
value.But set the field Store.YES,Index.NOT_ANALYZED, i get the stored
field value,
that's why? thanks
--
*
*twitter.com/loujianwen
thanks so much,Brandon Mintern.My mistak,sorry for everyone.
On Wed, Mar 28, 2012 at 3:12 AM, Brandon Mintern wrote:
> On Tue, Mar 27, 2012 at 12:21 AM, jianwen lou wrote:
> > I want to store the long type value to my index files like follwing:
> >
> >Nu
to
> the
> one you actually use?
>
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
> > -----Original Message-
> > From: jianwen lou [mailto:loujan...@gmail.com]
> > Sent: Tuesday, M
I am not exactly understand the precisionStep arg,I need to add the arg?
On Tue, Mar 27, 2012 at 3:48 PM, jianwen lou wrote:
> No,There is no multi-thread building index at same time,
> I google and get the result, i use 64 bit jvm. It matters?
>
>
> http://lucene.472066.n3.nabb
cross
> different threads?
>
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
> > -Original Message-
> > From: jianwen lou [mailto:loujan...@gmail.com]
> > Sent: Tuesday, March 27, 2012
What is the difference between faceted search and group search? I read the
wikipedia page:http://en.wikipedia.org/wiki/Faceted_search
and here is a project named bobo-browse that implements faceted search,any
explanation for details? thanks
--
*
*twitter.com/loujianwen