Updating Index.

2005-04-07 Thread pashupathinath
hi, i've created an index for database records. the problem is whenever i'm trying to update the database, i mean adding or deleting records from the database i want the index to be updated too. right now, i am adding new documents to the existing index whenever i add new records to the databa

Re: using different analyzer for searching

2005-03-31 Thread pashupathinath
h string. any insight into this would be very helpful especially in terms of performance wise. thanks, pashupathinath.k --- Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On Mar 31, 2005, at 11:44 AM, pashupathinath wrote: > > > is it possible to index using a prede

using different analyzer for searching

2005-03-31 Thread pashupathinath
is it possible to index using a predefined analyzer and search using a custom analyzer ?? i'm searching using the built in whitespace analyser. the problem is when i'm searching for a part of a string the search results are zero. i'm using white space analyzer. for example if the statement is

searching within tokens

2005-03-30 Thread pashupathinath
hi, i'm a new lucene user. i've few questions regarding indexing and searching. 1)how do i search within tokens ..for example if i've a string "my name is abc123". using whitespace analyser i can search for any of these strings but when i search for 123 the search returns zero results. how can

new bie ..

2005-03-30 Thread pashupathinath
hi, i'm a new lucene user. i've few questions regarding indexing and searching. 1)how do i search within tokens ..for example if i've a string "my name is abc123". using whitespace analyser i can search for any of these strings but when i search for 123 the search returns zero results. how can