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

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

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

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

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-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

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: 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-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

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-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-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-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

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

Delete Indexed from Merged Document

2004-06-23 Thread Karthik N S
Guys Has Somebody out there tried DELETING/UPDATION of INDEXED Files from a MERGED Index Format, If HowTo do this Please Explain with regards Karthik -Original Message- From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 9:24 AM To: Lucene Users

RE: Delete Indexed from Merged Document

2004-06-23 Thread Karthik N S
5:33 PM To: [EMAIL PROTECTED] Subject: AW: Delete Indexed from Merged Document Hello, Karthik N S [mailto:[EMAIL PROTECTED] Has Somebody out there tried DELETING/UPDATION of INDEXED Files from a MERGED Index Format, If HowTo do this Please Explain Of course you can delete

Using Highlighter in web Demo

2004-06-29 Thread Karthik N S
Hello Developer's I am NOT able to get the API for the same [1.3-final or 1.4rc4 ] for import details. QueryScorer scorer = new QueryScorer(query); just was curious to Compile and execute the same...:) Karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL

RE: Using Highlighter in web Demo

2004-06-29 Thread Karthik N S
in your CLASSPATH at compile-time. 1. Get Highlighter from CVS 2. Build a Jar using Ant and Highligher's build.xml 3. Add the resulting Jar to CLASSPATH 4. Compile your code (the one that imports QueryScorer) That should work. Otis --- Karthik N S [EMAIL PROTECTED] wrote: Hi Otis I am not able

Search Hit Score

2004-07-06 Thread Karthik N S
To: Lucene Users List Subject: Re: Latest StopAnalyzer.java On Jul 6, 2004, at 2:53 AM, Morus Walter wrote: Karthik N S writes: Can SomeBody Tell me Where Can I find Latest copy of StopAnalyzer.java which can be used with Lucene1_4-final, On Lucene-Sandbox I am not able to Find it. [ My Company

Upgrade from Lucene 1.3 final to 1.4 problem

2004-07-06 Thread Karthik N S
Hey Apologies Same with me tooo... The no of Hits on set of Documents indexed using 1.3-final is not same on 1.4-final version [ The only modification done to the src is , I have upgraded my CustomAnalyzer on basis of StopAnalyzer avaliable in 1.4 ] Does doing this effect the

RE: Search Hit Score

2004-07-07 Thread Karthik N S
Hey Ype Apologies . I would be more intrested in Boost/Weight factor in terms of Query rather then Fields. Please explain with example src. With regards Karthik -Original Message- From: Ype Kingma [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 12:08 PM To:

RE: Search Hit Score

2004-07-07 Thread Karthik N S
Hey Dev Guys Apologies Can some body Explain me How to Retrieve All hits avaliable per indexed document. To explain in Detail A Physical Search on Single document would list 3 places for a certain word occurance, So if i am suppose to retrieve all the 3

Lucene 1.3 final to 1.4final problem

2004-07-08 Thread Karthik N S
Hey Dev Guys Apologies I have a Quick Problem... The no of Hits on set of Documents indexed using 1.3-final is not same on 1.4-final version [ The only modification done to the src is , I have upgraded my CustomAnalyzer on basis of StopAnalyzer avaliable in 1.4 ] Does doing

Lucene 1.3 final to 1.4final problem

2004-07-08 Thread Karthik N S
. with regards Karthik -Original Message- From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 11:59 AM To: Lucene Users List Subject: Lucene 1.3 final to 1.4final problem Hey Dev Guys Apologies I have a Quick Problem... The no of Hits on set of Documents indexed

HOWTO USE SORT on QUERY PARSER :)

2004-07-14 Thread Karthik N S
= multiSearcher.search(query,sort); ... FIELD_DATE - indexed field. Regards, Vladimir On Wed, 14 Jul 2004 12:02:33 +0530 Karthik N S [EMAIL PROTECTED] wrote: Hey Guys Apologies Before running the Build.xml for the Junit Test files , Do I need to Download all the Files present in Search folder

Search Result + Highlighter

2004-07-14 Thread Karthik N S
Hi Guys Some week 's back had reported a problem regarding Search on Indexed file using Highlighter The Highlighter used to Dipslay [Pad] or [0] between words ( The Field type is Field.Text type, stores the HTML summary ) [ I am using a CustomAnalyzer which is similar to

Search +QueryParser+Score

2004-07-15 Thread Karthik N S
Hey Guy's Apologies. I have a Question Is there any API avaliable in Lucene1.4 to set the Score value to 1.0f or lesser BEFORE doing the Query Parser for search , so that the returns Hits for the Score settings only. with regards Karthik

Score Range....

2004-07-16 Thread Karthik N S
Hey Guys Apologies.. I hava Silly Question. On a avaliable Hit returns, How would one be able to get score between an upper and lower limit value Say' X 0.4 and X 1.0 ' Do u think this will work with regards Karthik WITH WARM REGARDS HAVE A NICE DAY

RE: Extracting Lucene onto Tomcat

2004-07-21 Thread Karthik N S
hi Just Copy the lucene.war file into the TomCat webApps Directory, and then start the Tomcat On the Browser type... http://localhost:8080/luceneweb will serve u the Pages. But first u have to index u'r directory for the web module to Serve u the searchable hits , I think there

RE: Large index files

2004-07-23 Thread Karthik N S
Hi I think (a) would be a better choice [I have done it on Linux upt to 7GB , it's pretty faster then doing the same on win2000 PF] with regards Karthik -Original Message- From: Rupinder Singh Mazara [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 5:55 PM To: Lucene Users

Highlighter package updated with overlapping token support

2004-07-26 Thread Karthik N S
Hi Mark Apologies Please Casn u Provide the URL for the Users to Dwnload the new version of Highlighter package ( jar / Zip format) from u'r main website page. [ Because some of the developers may not have access to CVS downloading (Organization restrictions)

HitCollector

2004-08-13 Thread Karthik N S
Hello Please somebody explain me how to use the HitCollector on a simple Searcher.search(query) to obtain score range between 1.0f and 0.02456f. Thx in advance WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

AnalyZer HELP Please

2004-08-17 Thread Karthik N S
Hey Guys. Apologies.. Some small Help needed When I Run the Analyzer's for the word New Year (with Quotes) on Lucene1-4 final.jar on win 2k O/s Why is the SimpleAnalyzer splitting it into 2 words ??? or am i missing something in here.. Analzying New Year

RE: AnalyZer HELP Please

2004-08-17 Thread Karthik N S
. Perhaps this is sufficient for your needs? Erik On Aug 17, 2004, at 8:40 AM, Karthik N S wrote: Hey Guys. Apologies.. Some small Help needed When I Run the Analyzer's for the word New Year (with Quotes) on Lucene1-4 final.jar on win 2k O/s Why is the SimpleAnalyzer

RE: AnalyZer HELP Please

2004-08-17 Thread Karthik N S
New Year, but \New Year\. Patrick On Tue, 17 Aug 2004 18:53:01 +0530, Karthik N S [EMAIL PROTECTED] wrote: Hi Erik Apologies... What I ment to Say was, a word such as New Year (Quotes means \ ) on QueryParser.parse(word, contents, analyzer) should return me hits

RE: AnalyZer HELP Please

2004-08-17 Thread Karthik N S
On Aug 17, 2004, at 9:47 AM, Karthik N S wrote: I did as Erik replied in his mail , and searched for the complete word \New Year\ , but the QueryParser Still returns me hit for Year Only. [ The Analyzer I use has 555 English Stop words with new present in it ] No wonder! That's when I

AnalyZer HELP Please

2004-08-18 Thread Karthik N S
Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 7:35 PM To: Lucene Users List Subject: Re: AnalyZer HELP Please On Aug 17, 2004, at 9:47 AM, Karthik N S wrote: I did as Erik replied in his mail , and searched for the complete word \New Year

RE: Restoring a corrupt index

2004-08-18 Thread Karthik N S
Hi Guys In Our Situation we would be indexing Million Millions of Information documents with Huge Giga Bytes of Data Indexed and finally would be put into a MERGED INDEX, Categorized accordingly. There may be a possibility of Corruption, So Please do post the code

RE: Index Size

2004-08-19 Thread Karthik N S
Guys Are u Using the Optimizing the index before close process. If not try using it... :} karthik -Original Message- From: Honey George [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 1:00 PM To: Lucene Users List Subject: Re: Index Size Hi, Please check

RE: Restoring a corrupt index

2004-08-19 Thread Karthik N S
the displaySegments() method to display the segments and deleteSegment to delete the corrupt segment. Thanks, George --- Karthik N S [EMAIL PROTECTED] wrote: Hi Guys In Our Situation we would be indexing Million Millions of Information documents with Huge Giga Bytes of Data Indexed

RE: pdf search

2004-08-20 Thread Karthik N S
hi What is that u intend to Search and What is this own 'search words' First Explain properly u'r requirement to the form to get intented results. with regards Karthik -Original Message- From: Santosh [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 5:59 PM To: Lucene Users

RE: pdfboxhelp

2004-08-22 Thread Karthik N S
using IndexHTML the pdfs are not added to this index, only text and htmls are added to index. what changes should I do for IndexHTML.java to build index with pdf - Original Message - From: Karthik N S [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Saturday, August 21, 2004 4

RE: pdfboxhelp

2004-08-22 Thread Karthik N S
\searchEngine\PDFBox-0.6.6\srcjava org.pdfbox.ExtractText C:\test.pdf C:\test.txt log4j:WARN No appenders could be found for logger (org.pdfbox.pdfparser.PDFParse r). log4j:WARN Please initialize the log4j system properly why I am getting this error? plz help - Original Message - From: Karthik N S

RE: pdfboxhelp

2004-08-22 Thread Karthik N S
: Karthik N S [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Monday, August 23, 2004 10:26 AM Subject: RE: pdfboxhelp Hi Santosh I think u'r Pdf is using Log4j package ,Try toe set the classpath for log4j.jar path. [ Is it a just a WARNING or an ERROR u

RE: integrationofLucene and PDF box

2004-08-24 Thread Karthik N S
Hi santosh many people has worked in this arena... U look at the forms one by one and u may come across some example code to do similarly... Karthik -Original Message- From: Santosh [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 11:40 AM To: Lucene Users List

RE: Time to index documents

2004-08-25 Thread Karthik N S
Hi Hetan Th's the major Problem of non Standatrdized Tags for HTML Document's u are Indexing ,resulting in lag time taken for Indexing process If u can Tweak the HTMLParser.jj file within lucene.zip '/demo/html' file [U have to have some Knowledge of JAVACC for this].

Lucene Minor Version ????

2004-08-31 Thread Karthik N S
Hi Guys Apologies... Just was Curious to know If Lucene-1.4.1-final.jar a minor version change of Lucene1-4-final.jar or ;{ Thx in Advance WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

ANT +BUILD + LUCENE

2004-09-13 Thread Karthik N S
Hi Guys Apologies.. The Task for me is to build the Index folder using Lucene a simple Build.xml for ANT The Problem .. Same 'Build .xml' should be used for differnet O/s... [ Win / Linux ] The glitch is respective jar files such as Lucene-1.4 .jar other jar files are not

RE: ANT +BUILD + LUCENE

2004-09-14 Thread Karthik N S
are trying, and I'd be happy to help once I see the details. Erik On Sep 12, 2004, at 4:44 PM, Karthik N S wrote: Hi Guys Apologies.. The Task for me is to build the Index folder using Lucene a simple Build.xml for ANT The Problem .. Same 'Build .xml' should be used

displaying 'pages' of search results...

2004-09-22 Thread Karthik N S
Hi Can u share the searcher.search(query, hitCollector); [light weight paging api ] Code on the form ,may be somebody like me need's it. ; ) Karthik -Original Message- From: Praveen Peddi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 1:24 AM To:

MultiSearcher + Sort

2004-09-23 Thread Karthik N S
Guys Apologies Am I doing Wrong or is ther a bug with Lucene on Linux O/s When using ' MultiSearcher with Sort ' Please Somebody Reply me ASAP Tested both Lucene-1.4-final.jar,Lucene-1.4.1.jar hits = multiSearcher.search(query,sortField); Exception raised on Linux O/s Only

Multi + Parallel

2004-10-13 Thread Karthik N S
Hi Guys Apologies.. I was Curious to Know the Difference between ParallelMultiSearcher and MultiSearcher , 1) Is the working internal functionality of these are same or different . 2) In terms of time domain do these differ when searching same no of fields / words . 3)What

RE: Too many Open Files + lucene 1.4.1 + Linux O/s

2004-10-13 Thread Karthik N S
- From: Dmitry Serebrennikov [mailto:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 5:08 AM To: Lucene Users List Subject: Re: Too many Open Files + lucene 1.4.1 + Linux O/s Karthik N S wrote: Hi Luceners, Apologies. Other day was Trying to Search using the Luceneweb version

Multi + Parallel

2004-10-14 Thread Karthik N S
. Karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 3:53 PM To: Lucene Users List Subject: Re: Multi + Parallel On Oct 13, 2004, at 3:14 AM, Karthik N S wrote: I was Curious to Know the Difference between ParallelMultiSearcher

Too many Open Files + lucene 1.4.1 + Linux O/s

2004-09-29 Thread Karthik N S
Hi Luceners, Apologies. Other day was Trying to Search using the Luceneweb version with Lucene1-4-1.zip and O/s = Linux, J2SDK version 1.4.2_03-b02 With Roughly around 500 Documents (715116 kb ) Indexed using Lucene1.4-final.jar and writer.setUseCompoundFile(true); My

IndexHTML parser + Constructer

2004-10-01 Thread Karthik N S
Hi Apologies . Can Somebody Please tell me or how to include a constructer within 'org.apache.lucene.demo.html.HtmlParser.java' , So that using the Constructer read the String argument,Strips the HTML Tags and returns the String with out Tags. Currently

Range Query

2004-10-19 Thread Karthik N S
Hi Guys Apologies. I have a Field Type Text 'ItemPrice' , Using it to Store Price Factor in numeric such as 10, 25.25 , 50.00 If I am suppose to Find the Range factor between 2 prices ex - Contents:shoes +ItemPrice:[10.00 TO 50.60] I get results

RE: Range Query

2004-10-20 Thread Karthik N S
/upper prices for my application are different inputs, I choose to handle them without hooking into the QueryParser. Jonathan On Tue, 19 Oct 2004 12:35:06 +0530, Karthik N S [EMAIL PROTECTED] wrote: Hi Guys Apologies. I have a Field Type Text 'ItemPrice' , Using it to Store

RE: Downloading Full Copies of Web Pages

2004-10-20 Thread Karthik N S
Hi Try nutch [ http://www.nutch.org/docs/en/about.html ] underneath it uses Lucene :) -Original Message- From: Luciano Barbosa [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 3:06 AM To: [EMAIL PROTECTED] Subject: Downloading Full Copies of Web Pages Hi

TestRangeQuery.java

2004-10-20 Thread Karthik N S
Hi Does anybody have Trouble in Compiling TestRangeQuery.java in Eclipse 3.0 IDE, [ http://cvs.apache.org/viewcvs.cgi/jakarta-lucene/src/test/org/apache/lucene/ search ] Seem's there is an Error doc.add(new Field(id, id + docCount, Field.Store.YES, Field.Index.UN_TOKENIZED)); doc.add(new

RE: Range Query

2004-10-21 Thread Karthik N S
, 2004 8:06 PM To: Lucene Users List Subject: RE: Range Query Karthik, It is all spelled out in a Lucene HowTo here: http://wiki.apache.org/jakarta-lucene/SearchNumericalFields Have fun with it, Chuck -Original Message- From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: Wednesday

Analysis Re visited

2004-10-21 Thread Karthik N S
Hi Guys Apologies... Can some body tell me ,What I have been doing wrong on the Lucene basics. : ( [6 months 15 days] Using Lucene 1.4.1 O/s Win/Linux Ram 1GB I used a modified version of StandardAnalyzer.java [ called it GrammerAnalyzer.java ] and added Symbols

LUCENE INDEX STATISTICS

2004-10-28 Thread Karthik N S
Hi Guys Apologies. Can some body provide approximate Statics about the following factor for Developement and Deployment of Lucene [ it may be usefull for Pro's Developers ] a) Creation Indexing 1) X [ Say 100 Million ] of number of documents Y [ Kilobytes ] with

FW: Searchable Solutions Please

2004-11-02 Thread Karthik N S
the same analyzer for index and query and this would be more or less English only. -George -Original Message- From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 1:47 AM To: LUCENE Subject: Searchable Solutions Please Hi Guys Aplologies

INDEXREADER + DELETE + LUCENE1.4.1

2004-11-04 Thread Karthik N S
Hi Guy's Apologies There seems to be a bug unresolved [ Or may I be may be doing something wrong ] in IndexReader.delete(int docNum) Here is the Code indexSearcher = null; indexDirectory = null; indexReader = null; indexDirectory

UPDATION+MERGERINDEX

2004-11-07 Thread Karthik N S
Hi Guys Apologies. a) 1) SEARCH FOR SUBINDEX IN A OPTIMISED MERGED INDEX 2) DELETE THE FOUND SUBINDEX FROM THE OPTIMISED MERGERINDEX 3) OPTIMISE THE MERGERINDEX 4) ADD A NEW VERSION OF THE SUBINDEX TO THE MERGER INDEX 5) OPTIMISE THE MERGERINDEX b) 1) SEARCH FOR SUBINDEX IN

LUCENE + DATA RETRIVAL

2004-11-09 Thread Karthik N S
Hi guys, Apologies... Has any one on the form attempted to retrieved data and Indexed Macromedia FLASH based Files If there is some example please distrubute ,it may be usefull for developer's. Thx in advance WITH WARM REGARDS HAVE A NICE DAY [

Lucene1.4.1 + OutOf Memory

2004-11-09 Thread Karthik N S
Hi Guys Apologies.. History Ist type : 4 subindexes + MultiSearcher + Search on Content Field Only for 2000 hits = Exception [ Too many Files Open ] IInd type : 40 Mergerd Indexes [1000

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 12:46 PM To: Lucene Users List Subject: Re: Lucene1.4.1 + OutOf Memory There is a memory leak in the sorting code of Lucene 1.4.1. 1.4.2 has the fix! --- Karthik N S [EMAIL PROTECTED] wrote

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
, November 10, 2004 2:16 PM To: Lucene Users List Subject: RE: Lucene1.4.1 + OutOf Memory Exception too many files open means: - searcher object is nor closed after query execution - too little file handlers Regards J. Karthik N S [EMAIL PROTECTED

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
: Wednesday, November 10, 2004 3:05 PM To: Lucene Users List Subject: Re: Lucene1.4.1 + OutOf Memory On Nov 10, 2004, at 1:55 AM, Karthik N S wrote: Hi Guys Apologies.. No need to apologize for asking questions. History Ist type : 4 subindexes + MultiSearcher + Search

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
Hatcher [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 09:35 To: Lucene Users List Subject: Re: Lucene1.4.1 + OutOf Memory On Nov 10, 2004, at 1:55 AM, Karthik N S wrote: Hi Guys Apologies.. No need to apologize for asking questions. History Ist type : 4 subindexes

RE: COUNT SUBINDEX [IN MERGERINDEX]

2004-11-16 Thread Karthik N S
-Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 10:30 AM To: Lucene Users List Subject: Re: COUNT SUBINDEX [IN MERGERINDEX] Once the index is merged there is only 1 index - there are no subindices. Otis --- Karthik N S [EMAIL

RE: COUNT SUBINDEX [IN MERGERINDEX]

2004-11-17 Thread Karthik N S
SUBINDEX [IN MERGERINDEX] On Wednesday 17 November 2004 07:10, Karthik N S wrote: Hi guy's Apologies. So A Mergeed Index is again a Single [ addition of subIndexes... ), If that case , If One of the Field Types is of type 'Field.Keyword' whic is Unique across the subIndexes

X-Thread Message

2004-11-18 Thread Karthik N S
Hi Guys Apologies Does Any body have any Improved Suggestion for the Thread http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] he.orgmsgId=1992830 I am still in Delima WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

MERGERINDEX + SOLUTION

2004-11-23 Thread Karthik N S
Hi Guys Apologies I have a MERGERINDEX [ Merged 1000 subindexes] , The Question is Does Somebody have any solution for recorrecting the Mergerindex [ in case of Corruption ] If so Please Let the Form know about this,so developers like us would use the same. Thx in

UNIQUE FILE SEARCH

2004-11-28 Thread Karthik N S
Hi Guy's Apologies. I have a Index with one of the fields is FieldType 'KeyWord' . To this Field I add UNIQUE File Names . On Search How can I display All the File names with out any SearchKeyword ?. Thx in Advance. WITH WARM REGARDS HAVE A NICE

SEARCH CRITERIA

2004-11-30 Thread Karthik N S
Hi Guys Apologies. On yahoo and Altavista ,if searched upon a word like 'kid' returns the search with similar as below. Also try: kid rock, kid games, star wars kid, karate kid More... How to obtain the similar search criteria using Lucene. Thx in advance Warm regards

GETVALUES +SEARCH

2004-11-30 Thread Karthik N S
Hi Guys Apologies. On Search API the command [ package org.apache.lucene.document.Document ] Will this'public final String[] getValues(String name)' return me all the docs with out looping thru ? Please Explaine with example. Thx in advance WITH WARM

RE: GETVALUES +SEARCH

2004-11-30 Thread Karthik N S
: GETVALUES +SEARCH On Nov 30, 2004, at 7:10 AM, Karthik N S wrote: On Search API the command [ package org.apache.lucene.document.Document ] Will this'public final String[] getValues(String name)' return me all the docs with out looping thru ? getValues(fieldName) returns a String

RE: GETVALUES +SEARCH

2004-12-01 Thread Karthik N S
:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 4:04 PM To: Lucene Users List Subject: Re: GETVALUES +SEARCH On Dec 1, 2004, at 12:41 AM, Karthik N S wrote: Is there any API in Lucene Which can retrieve all the searched Values in single fetch into some sort of an 'Array' WITHOUT using

UNIQUE FIELD NAMES + SEARCH

2004-12-01 Thread Karthik N S
Hi Guys' Apologies I My Index, I have a Filed Type KeyWord ' FILE_NAME ' , It Captures UNIQUE FOLDER NAME'S [ Starts with B1,B2,B3. ] During Indexing Process. Please Can SomeBody Tell me How to Display ALL the FOLDER NAMES from the Field 'FILE_NAME' With out any Search

RE: UNIQUE FIELD NAMES + SEARCH

2004-12-02 Thread Karthik N S
: UNIQUE FIELD NAMES + SEARCH On Dec 2, 2004, at 2:13 AM, Karthik N S wrote: I My Index, I have a Filed Type KeyWord ' FILE_NAME ' , It Captures UNIQUE FOLDER NAME'S [ Starts with B1,B2,B3. ] During Indexing Process. Please Can SomeBody Tell me How to Display ALL the FOLDER NAMES

LUCENE + 1.4.2

2004-12-05 Thread Karthik N S
Hi Guys. Apologies... I am not able to find the FINAL Lucene 1.4.2 SRC any where on http://jakarta.apache.org/lucene/docs/index.html Please can some Body Reply the Form with the URL. WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

RE: LUCENE + 1.4.2

2004-12-06 Thread Karthik N S
To: Lucene Users List Subject: Re: LUCENE + 1.4.2 On Dec 6, 2004, at 1:22 AM, Karthik N S wrote: I am not able to find the FINAL Lucene 1.4.2 SRC any where on http://jakarta.apache.org/lucene/docs/index.html Please can some Body Reply the Form with the URL. Actually Lucene 1.4.3 is now

SEARCH +HITS+LIMIT

2004-12-08 Thread Karthik N S
Hi Guy's Apologies... One question for the form [ Especially Erik] 1) I have a MERGED Index with 100,000 File Indexed into it ( Content is one of the Fields of Type 'Text' ) 2) On search for a simple words Camera returns me 6000 hits. 3) Since the Search process is via

HITCOLLECTOR+SCORE+DELIMA

2004-12-10 Thread Karthik N S
Hi guys Apologies. I am still in delima on How to use the HitCollector for returning Hits hits between scores 0.2f to 1.0f , There is not a simple example for the same, yet lot's of talk on usage for the same on the form. Please somebody spare a bit of code (u'r intelligence)

RE: HITCOLLECTOR+SCORE+DELIMA

2004-12-12 Thread Karthik N S
: HITCOLLECTOR+SCORE+DELIMA On Dec 10, 2004, at 7:39 AM, Karthik N S wrote: I am still in delima on How to use the HitCollector for returning Hits hits between scores 0.2f to 1.0f , There is not a simple example for the same, yet lot's of talk on usage for the same on the form. Unfortunately

RE: HITCOLLECTOR+SCORE+DELIMMA

2004-12-13 Thread Karthik N S
Message- From: Vikas Gupta [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 3:17 PM To: Lucene Users List Subject: RE: HITCOLLECTOR+SCORE+DELIMA On Dec 10, 2004, at 7:39 AM, Karthik N S wrote: I am still in delima on How to use the HitCollector for returning Hits hits between scores

RE: HITCOLLECTOR+SCORE+DELIMMA

2004-12-13 Thread Karthik N S
PROTECTED] Sent: Tuesday, December 14, 2004 3:44 PM To: Lucene Users List Subject: Re: HITCOLLECTOR+SCORE+DELIMMA On Dec 13, 2004, at 11:16 PM, Karthik N S wrote: time [ A simple search of 'handbags' returned 1,60,000 hits and time taken was 440 secs ,in production Env / May be our Coding

  1   2   >