RE: Delete Indexed from Merged Document

2004-06-22 Thread Karthik N S
, 2004 12:52 PM To: Lucene Users List Subject: Re: Delete Indexed from Merged Document Hello Karthik, Here is the answer: http://www.jguru.com/faq/view.jsp?EID=492423 Otis --- Karthik N S [EMAIL PROTECTED] wrote: Dev Guys Apologies Please How Do I DELETE an Indexed Document

Range Query Sombody HELP please

2004-06-02 Thread Karthik N S
(filename,file.getName())) Will Not return Hits why??? with regards Karthik On Monday 31 May 2004 13:47, Karthik N S wrote: Hey Ype... 1) I switched Off the Multi search Senerio. 2) Changing the Field type from Text to Keyword will fail When I search

RE: help needed in starting lucene

2004-06-02 Thread Karthik N S
Hey I think u have a file path problem in there try giving the full path java org.apache.lucene.demo.IndexFiles e:/lucene/../test/Doc Also set classpath for lucene1.3-final.jar or lucene-1.4-rc2.jar before start indexing with regards Karthik -Original Message- From: milind

Range Query Sombody HELP please

2004-06-02 Thread Karthik N S
] Subject: Re: Range Query Sombody HELP please On Wednesday 02 June 2004 14:46, Erik Hatcher wrote: On Jun 2, 2004, at 6:20 AM, Karthik N S wrote: ... I still have 3 small Questions. 1)While creating the Range Query Is it possible for Lucene to do somthing similar.. +(button

Range Query Sombody HELP please

2004-06-01 Thread Karthik N S
Sombody HELP please Karthik, On Monday 31 May 2004 13:47, Karthik N S wrote: Hey Ype... 1) I switched Off the Multi search Senerio. 2) Changing the Field type from Text to Keyword will fail When I search for the the Field type filename so,I still maintained it to be Text Just make

Range Query Sombody HELP please

2004-05-31 Thread Karthik N S
Karthik -Original Message- From: Ype Kingma [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: Re: Range Query Sombody HELP please Karthik, On Monday 31 May 2004 06:12, Karthik N S wrote: Hey Ype ... My Question now is, If I want to Use Range Query

Range Query Sombody HELP please

2004-05-31 Thread Karthik N S
wrong as per Query parse String is concerned. with regards Karthik -Original Message- From: Ype Kingma [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: Re: Range Query Sombody HELP please Karthik, On Monday 31 May 2004 06:12, Karthik N S

RE: Range Query Sombody HELP please

2004-05-31 Thread Karthik N S
, 2004 2:52 PM To: [EMAIL PROTECTED] Subject: Re: Range Query Sombody HELP please On Monday 31 May 2004 11:09, Karthik N S wrote: ... I re indexed my folder 10181 [Seem's to be corrupted] Was the index writer closed? Now I am getting the hits as D:\JAVA\lucene\src\demojava

Range Query Sombody HELP please

2004-05-30 Thread Karthik N S
] Sent: Saturday, May 29, 2004 12:10 AM To: [EMAIL PROTECTED] Subject: Re: Range Query Sombody HELP please On Friday 28 May 2004 10:54, Karthik N S wrote: Hey ype Thx for the advice but still I need to get the exact situation working , 1) I have a unique Field [ called filename ] which

Range Query Sombody HELP please

2004-05-28 Thread Karthik N S
please Karthik, On Friday 28 May 2004 05:54, Karthik N S wrote: ... Weh we do a search in SQL using '*' we all know that the result would be total no of records in the table,but when we want to get limit our record we apply range between 2 specific row records [Which we call it as subsearch

RE: Range Query Sombody HELP please

2004-05-27 Thread Karthik N S
:00, Karthik N S wrote: Hi Lucene developers Is it possible to do Search and retrieve relevant information on the Indexed Document within in specific range settings which may be similar to an Query in SQL = select * from BOOKSHELF where book1 between 100 and 200 ex

RE: Range Query Sombody HELP please

2004-05-27 Thread Karthik N S
27, 2004 11:03 PM To: [EMAIL PROTECTED] Subject: Re: Range Query Sombody HELP please On Thursday 27 May 2004 09:37, Karthik N S wrote: Hi Lucene -Developer My main intention was Search for an word hit in a Unique Field between ranges say book100 - book 200 indexed numbers It's

Range Query Sombody HELP please

2004-05-26 Thread Karthik N S
Hi Lucene developers Is it possible to do Search and retrieve relevant information on the Indexed Document within in specific range settings which may be similar to an Query in SQL = select * from BOOKSHELF where book1 between 100 and 200 ex:- search_word , Book between 100

RE: org.apache.lucene.search.highlight.Highlighter

2004-05-25 Thread Karthik N S
, Karthik N S wrote: I was broswing thru CVS and found the SRC for IndexWriter2.java written by Ivaylo Zlatev on feb 2002, Where do you see this? It is not in the current CVS that I can tell. The Tecnique of using RAMDirectory, my Query has really become faster access , So hence plan

org.apache.lucene.search.highlight.Highlighter

2004-05-24 Thread Karthik N S
Hi Lucene Developers Using org.apache.lucene.search.highlight.Highlighter SRC for Search The Package.html displays something like this String text = hits.doc(i).get(FIELD_NAME); TokenStream tokenStream=analyzer.tokenStream(FIELD_NAME,new StringReader(text)); On using this SRC My Code Raises

RE: org.apache.lucene.search.highlight.Highlighter

2004-05-24 Thread Karthik N S
Hey Lucene-Developers I was broswing thru CVS and found the SRC for IndexWriter2.java written by Ivaylo Zlatev on feb 2002, My concern is, Does this piece of code really work , if so state an example [ present Lucene-final 1.3 version ] or Is it discarded from the [ present

FW: org.apache.lucene.search.highlight.Highlighter

2004-05-24 Thread Karthik N S
Hi Lucene Developers Using org.apache.lucene.search.highlight.Highlighter SRC for Search The Package.html displays something like this String text = hits.doc(i).get(FIELD_NAME); TokenStream tokenStream=analyzer.tokenStream(FIELD_NAME,new StringReader(text)); On using this SRC My Code

RE: org.apache.lucene.search.highlight.Highlighter

2004-05-21 Thread Karthik N S
Hi Please can some body give me a simple Example of org.apache.lucene.search.highlight.Highlighter I am trying to use it but unsucessfull Karthik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 2:08 AM To: [EMAIL PROTECTED]

org.apache.lucene.search.highlight.Highlighter

2004-05-21 Thread Karthik N S
Hi Please can some body give me a simple Example of org.apache.lucene.search.highlight.Highlighter I am trying to use it but unsucessfull Karthik

RE: How do i prevent the HTML tags being added to Lucene Index..

2004-05-20 Thread Karthik N S
Hey Look at the file Test.java under lucene1.4 ,it strips out html tagsand gives u content... with regards Karthik -Original Message- From: root [mailto:root]On Behalf Of Mahesh Sent: Thursday, May 20, 2004 11:13 AM To: [EMAIL PROTECTED] Subject: How do i prevent the HTML tags being

org.apache.lucene.search.highlight.Highlighter

2004-05-19 Thread Karthik N S
HeyGuys Found some Highlighter Package on CVS Directory Was Investigating,found some Compile time error.. Please some body tell me what this The Code:- private IndexReader reader=null;private Highlighter highlighter = null;public SearchFiles() {}public void searchIndex0(String

RE: SELECTIVE Indexing

2004-05-19 Thread Karthik N S
, 2004 1:43 PM To: 'Lucene Users List' Subject: RE: SELECTIVE Indexing I doubt if it can be used as a plug in. Would be good to know if it can be used as a plug in. Regards, Kiran. -Original Message- From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 12:30 To: Lucene Users List

SELECTIVE Indexing

2004-05-17 Thread Karthik N S
Hi all Can Some Body tell me How to Index CERTAIN PORTION OF THE HTML FILE Only ex:- table . /table with regards Karthik - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: SELECTIVE Indexing

2004-05-17 Thread Karthik N S
and allows you to apply xpath. Hope this helps. Kiran. -Original Message- From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 11:59 To: Lucene Users List Subject: SELECTIVE Indexing Hi all Can Some Body tell me How to Index CERTAIN PORTION OF THE HTML FILE Only ex

<    1   2