[jira] Created: (LUCENE-797) Query for searching document whose title starts with ...

2007-02-07 Thread diasp (JIRA)
Query for searching document whose title starts with ... Key: LUCENE-797 URL: https://issues.apache.org/jira/browse/LUCENE-797 Project: Lucene - Java Issue Type: Task

[jira] Resolved: (LUCENE-797) Query for searching document whose title starts with ...

2007-02-07 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved LUCENE-797. - Resolution: Invalid The java-user e-mail list is the appropriate forum to ask questions. The

Merging indices

2007-02-07 Thread karl wettin
I'm looking for what might be the best solution to allow merging of indices with my InstantiatedIndex. The idea is to get it working with the standard segment files for persistency. I was thinking about running an FSDirectory parallel to the InstantiatedIndex, making sure that all changes

How to not tokenize HTML tag from input string

2007-02-07 Thread Joe Tang
My work is to index keywords with a document. In my case, the document is made up with HTML tags which i don't want to index them. For example: Input Document: div id=tp-wrapper span id=tp-top-rightYou are welcome/span div id=tp-tab h1Testing text/h1 /images/gui/tab_grey_bkg_lftend.gif /div

Re: How to not tokenize HTML tag from input string

2007-02-07 Thread robert engels
ask on the user-list, actually search the archives first On Feb 7, 2007, at 6:10 PM, Joe Tang wrote: My work is to index keywords with a document. In my case, the document is made up with HTML tags which i don't want to index them. For example: Input Document: div id=tp-wrapper span

NewIndexModifier - - - DeletingIndexWriter

2007-02-07 Thread Doron Cohen
Hi, As 2.1 is soon coming, I wonder if NewIndexModifier is a proper name for the public API. (It would be the first NewXYZ and there is no OldXYZ either...) How about renaming it to something like DeletingIndexWriter? Doron