how to get an extra count

2003-02-04 Thread Brisbart Franck
Hi all, I'm trying to gather information about my non-searched (ie not used for the search) fields. Let's take an index with 2 fields: 'artist' (for the artist name) an 'type' (for his type of music). I need to perform a search on the 'artist' field to retrieve a list of artists matching the

Schreiber's TermHighlighter/LuceneTools utility and the Demo...

2003-02-04 Thread Massimo Mannino
From: Stone, Timothy Subject: Schreiber's TermHighlighter/LuceneTools utility and the Demo... Date: Wed, 11 Dec 2002 13:00:28 -0800 Has anyone successfully implemented Mark Schreiber's TermHighlighter interface in the demo? I'm seeking some pointers/samples. Thanks in advance,

Re: Search Capabiliies

2003-02-04 Thread Jonathan_Wasson
For Lotus Notes... yes... sort of. You'll have to either go through the local file system using Lotus's Notes java libraries or you web-crawl the documents that are exposed to the web via the database's URLs. Be aware that when web-crawling, Notes databases can be a little frustrating. Twisties

Re: case sensitivity confusion

2003-02-04 Thread Otis Gospodnetic
Searches are case insensitive. Showing your indexing and your searching code would help. Prefix queries are case sensitive. Otis --- Stephen Eaton [EMAIL PROTECTED] wrote: G'day One and all, I'm have some problems getting lucene to do case-insensitive searches. I have looked through the

RE: case sensitivity confusion

2003-02-04 Thread Sale, Doug
are you running the query through the standard analyzer? -doug -Original Message- From: Stephen Eaton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 8:14 AM To: [EMAIL PROTECTED] Subject: case sensitivity confusion G'day One and all, I'm have some problems

Re: Custom summary

2003-02-04 Thread maurits van wijland
Marco, Otis, Check the user and development list, because there has been a post on a summary. I believe it was combined with a term highlighter. regards, maurits. - Original Message - From: Otis Gospodnetic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: marco scibetta [EMAIL PROTECTED]

Re: how to get an extra count

2003-02-04 Thread Ype Kingma
On Tuesday 04 February 2003 09:12, you wrote: Hi all, I'm trying to gather information about my non-searched (ie not used for the search) fields. Let's take an index with 2 fields: 'artist' (for the artist name) an 'type' (for his type of music). I need to perform a search on the 'artist'