gt;
> Or maybe someone else will spot the problem.
>
>
> --
> Ian.
>
>
>
> On Tue, Feb 2, 2010 at 8:56 PM, java8964 java8964
> wrote:
> >
> > Hi, I have the following test case point to the index generated in our
> > application. The result is confu
er@lucene.apache.org
> > Subject: Re: During the wild card search, will lucene 2.9.0 to convert
> > the search string to lower case?
> >
> > I think you'll have to write your own. Or just downcase the text
> > yourself first.
> >
> >
> > --
>
..@gmail.com
> > To: java-user@lucene.apache.org
> > Subject: RE: During the wild card search, will lucene 2.9.0 to convert the
> > search string to lower case?
> > Date: Mon, 1 Feb 2010 20:36:29 +0200
> >
> > Did you try queryParser.SetLowercaseExpandedTerms(f
Hi, I have the following test case point to the index generated in our
application. The result is confusing me and I don't know the reason.
Lucene version: 2.9.0
JDK 1.6.0_18
public class IndexTest1 {
public static void main(String[] args) {
try {
FSDirectory directory =
> search string to lower case?
> Date: Mon, 1 Feb 2010 20:36:29 +0200
>
> Did you try queryParser.SetLowercaseExpandedTerms(false)?
>
> DIGY
>
> -----Original Message-
> From: java8964 java8964 [mailto:java8...@hotmail.com]
> Sent: Monday, February 01, 2010 8:
r
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
> > -Original Message-
> > From: java8964 java8964 [mailto:java8...@hotmail.com]
> > Sent: Monday, February 01, 2010 5:27 PM
> > To: java-user@lucene.apache.org
> > S
I noticed a strange result from the following test case. For wildcard search,
my understanding is that lucene will NOT use any analyzer on the query string.
But as the following simple code to show, it looks like that lucene will lower
case the search query in the wildcard search. Why? If not,
would be
> your primary key), and then adds the Document you want to add. This is the
> traditional way to do updates, and it is fast.
>
> -jake
>
>
>
> On Mon, Nov 16, 2009 at 9:15 AM, java8964 java8964
> wrote:
>
> >
> > Hi,
> >
> >
your document.
>
> Best
> Erick
>
> On Mon, Nov 16, 2009 at 12:15 PM, java8964 java8964
> wrote:
>
> >
> > Hi,
> >
> > In our application, we will allow the user to create a primary key defined
> > in the document. We are using lucene 2.9.
>
Hi,
In our application, we will allow the user to create a primary key defined in
the document. We are using lucene 2.9.
In this case, when we index the data coming from the client, if the metadata
contains the primary key defined,
we have to do the search/update for every row based on the pr
Hi, I have a problem to work support the NumericField in query parser.
My environment is like this:
Windows XP with
C:\work\> java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
I am using
11 matches
Mail list logo