Re: index and search question

2004-06-20 Thread Incze Lajos
On Sun, Jun 20, 2004 at 09:46:42AM +, Dmitrii PapaGeorgio wrote: Let's say I index documents using this Document doc = new Document(); doc.add(Field.Text(file1, (Reader) new InputStreamReader(is))); doc.add(Field.Text(file2, (Reader) new InputStreamReader(is2))); And

Re: phrase query not working in boolean clause

2004-06-09 Thread Incze Lajos
On Wed, Jun 09, 2004 at 01:41:55PM -0400, Erik Hatcher wrote: On Jun 9, 2004, at 12:25 PM, Michael Duval wrote: When doing an exact phrase query on the title the expected results are returned: +(title:Mass Asymmetry) after tokenizing/filtering: +title:mass asymmetri returns

Re: need info for database based Lucene but not flat file

2004-04-27 Thread Incze Lajos
On Tue, Apr 27, 2004 at 09:15:05AM -0700, Doug Cutting wrote: Yukun Song wrote: As known, currently Lucene uses flat file to store information for indexing. Any people has idea or resources for combining database (Like MySQL or PostreSQL) and Lucene instead of current flat index file

Re: need info for database based Lucene but not flat file

2004-04-27 Thread Incze Lajos
On Tue, Apr 27, 2004 at 02:46:22PM -0700, Doug Cutting wrote: Incze Lajos wrote: Could anybody summarize what would be the technical pros/cons of a DB-based directory over the flat files? (What I see at the moment is that for some - significant? - perfomence penalty you'll get an index

Re: starts with query functionality

2004-04-02 Thread Incze Lajos
On Fri, Apr 02, 2004 at 10:20:54AM -0600, Chad Small wrote: We have a requirement to return documents with a title field that starts with a certain letter. Is there a way to do something like this? We're using the StandardAnalyzer Example title fields: This is the title of a

Re: Query syntax on Keyword field question

2004-03-24 Thread Incze Lajos
On Tue, Mar 23, 2004 at 08:48:11PM -0600, Chad Small wrote: Thanks-you Erik and Incze. I now understand the issue and I'm trying to create a KeywordAnalyzer as suggested from you book excerpt, Erik: http://issues.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=6727 However, not being all

Re: DocumentWriter, StopFilter should use HashMap... (patch)

2004-03-09 Thread Incze Lajos
This would no longer compile with the change Kevin proposes. To make things back-compatible we must: 1. Keep but deprectate StopFilter(Hashtable) constructor; 2. Keep but deprecate StopFilter.makeStopTable(String[]); 3. Add a new constructor: StopFilter(HashMap); If you'd use

Re: QueryParser and escaped characters

2004-01-27 Thread Incze Lajos
On Tue, Jan 27, 2004 at 01:00:11PM -0800, [EMAIL PROTECTED] wrote: I'm constructing a query using queryparser as follows: Query query = QueryParser.parse(ariadne\-1, default, new StandardAnalyzer()); when I print out query.toString(), i get: default:ariadne

Re: QueryParser and escaped characters

2004-01-27 Thread Incze Lajos
[...] so if i *don't* escape the -, the standard analyzer *doesn't* split at the dash..isn't that opposite the expected behavior? --David Yes, it is. If you study the standard tokenizer grammar, the dash is allowed inthe NUM, ALPHANUM token type and your is an ALPHANUM. So, it's OK. When

Re: lucene maverick

2003-09-14 Thread Incze Lajos
On Mon, Sep 15, 2003 at 12:03:38AM +1000, Mark Brand wrote: hi just wondering if anyone has used lucene with maverick. i am just about to kick of a project using these two technologies and wanted to get some feedback. thanks mark Yes, I used it in a quick dirty app. As a matter of

Re: Modify the StandardAnalyzer

2003-09-05 Thread Incze Lajos
On Fri, Sep 05, 2003 at 10:23:48PM +, Clas Rydergren wrote: Hi, I have been experimenting with Lucene for a few hours, and now I'm looking for a solution to this: When using the SimpleAnalyzer for indexing text, data like www.hotmail.com seem to be indexed as www, hotmail and com

Re: Compile lucene

2003-01-10 Thread Incze Lajos
On Fri, Jan 10, 2003 at 11:00:21AM -0800, Oshima, Scott wrote: Anyone can send me a link to the lucene mailing list email archives? these emails build up fast and i can't store them locally, but too valuable to delete. thanks. I use http://www.mail-archive.com. Enter lucene into the Find

Re: Can someone please email me a copy of LARM?

2002-12-27 Thread Incze Lajos
On Fri, Dec 27, 2002 at 01:00:45PM +1100, TJ Tee wrote: My firewall does not allow me to download via CVS program. Can someone please email me the latest LARM package? Thank you. Use cvsgrab from sourceforge.net. Very handy. incze -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: AW: Lucene and XML

2002-11-05 Thread Incze Lajos
On Tue, Nov 05, 2002 at 03:19:29PM +0100, Richly, Gerhard wrote: thanks, i fixed it already. Sorry for this beginner question. The beginner is not an issue, just the topic was not lucene. incze -- To unsubscribe, e-mail: mailto:lucene-user-unsubscribe;jakarta.apache.org For additional