Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 86973 invoked from network); 8 Dec 2004 00:22:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 00:22:53 -0000 Received: (qmail 84734 invoked by uid 500); 8 Dec 2004 00:22:47 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 84711 invoked by uid 500); 8 Dec 2004 00:22:46 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 84696 invoked by uid 99); 8 Dec 2004 00:22:46 -0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=SPF_HELO_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from reh001-1.rex001.exchangebyregister.com (HELO reh001-1.REX001.ExchangeByRegister.com) (64.78.19.14) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 16:22:44 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Sorting in Lucene Date: Tue, 7 Dec 2004 16:22:41 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Sorting in Lucene Thread-Index: AcTcssiK54sg2ujYQymIVID37VYjNgAAFLwgAABQ0XAAAT1ZkAAAD2fwAAB757A= From: "Chuck Williams" To: "Lucene Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ramon, Field.Keyword is definitely searchable. I use them. I think I use every combination of tokenized/untokenized, index/unindexed, and stored/unstored. They all work. This seems unlikely given that you tried with Luke, but do you perhaps have an analyzer applied to the query so that the query string is transformed before it is applied to the index? I'd suggest printing the query after you parse it. Query's have a good toString() method. Chuck > -----Original Message----- > From: Ramon Aseniero [mailto:ramon.aseniero@tryarc.com] > Sent: Tuesday, December 07, 2004 4:14 PM > To: 'Lucene Users List' > Subject: RE: Sorting in Lucene >=20 > Hi Chuck, >=20 > Yes I tried to search with the exact string stored on the index but I > don't > get a match. I tried the search using LIMO and LUKE. >=20 > It seems like untokenized field are not searchable. >=20 > Thanks, > Ramon >=20 > -----Original Message----- > From: Chuck Williams [mailto:chuck@manawiz.com] > Sent: Tuesday, December 07, 2004 4:04 PM > To: Lucene Users List > Subject: RE: Sorting in Lucene >=20 > Since it's untokenized, are you searching with the exact string stored > in the field? >=20 > Chuck >=20 > > -----Original Message----- > > From: Ramon Aseniero [mailto:ramon.aseniero@tryarc.com] > > Sent: Tuesday, December 07, 2004 3:29 PM > > To: 'Lucene Users List'; 'Chris Fraschetti' > > Subject: RE: Sorting in Lucene > > > > I also tried searching the said field on LIMO and I don't get a > match. > > > > Thanks, > > Ramon > > > > -----Original Message----- > > From: Ramon Aseniero [mailto:ramon.aseniero@tryarc.com] > > Sent: Tuesday, December 07, 2004 3:20 PM > > To: 'Lucene Users List'; 'Chris Fraschetti' > > Subject: RE: Sorting in Lucene > > > > Hi, > > > > I use LIMO to look into my index. Limo tells me that the field is > > untokenized but is indexed. > > > > Is it possible to search on untokenized field? > > > > Thanks, > > Ramon > > > > -----Original Message----- > > From: Chris Fraschetti [mailto:fraschetti@gmail.com] > > Sent: Tuesday, December 07, 2004 3:14 PM > > To: Lucene Users List > > Subject: Re: Sorting in Lucene > > > > I would try 'luke' to look at your index and use it's search > > functionality to make sure it's now your code that is the problem, > as > > well as to ensure your document is appearing in the index as you > > intend it. It's been a lifesaver for me. > > > > http://www.getopt.org/luke/ > > > > > > On Tue, 7 Dec 2004 15:02:26 -0800, Ramon Aseniero > > wrote: > > > Hi All, > > > > > > Any idea why a Keyword field is not searchable? On my index I have > a > > field > > > of type Keyword but I could not somehow search on the field. > > > > > > Thanks in advance. > > > > > > Ramon > > > > > > -- > > > No virus found in this outgoing message. > > > Checked by AVG Anti-Virus. > > > Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: > 12/7/2004 > > > > > > > > > > > > -- > > ___________________________________________________ > > Chris Fraschetti > > e fraschetti@gmail.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Anti-Virus. > > Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: 12/7/2004 > > > > > > -- > > No virus found in this outgoing message. > > Checked by AVG Anti-Virus. > > Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: 12/7/2004 > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Anti-Virus. > > Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: 12/7/2004 > > > > > > -- > > No virus found in this outgoing message. > > Checked by AVG Anti-Virus. > > Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: 12/7/2004 > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: lucene-user-help@jakarta.apache.org >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org >=20 >=20 >=20 > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: 12/7/2004 >=20 >=20 > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.289 / Virus Database: 265.4.7 - Release Date: 12/7/2004 >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org