RE: BOOLEAN EXCEPTION APPSERVER SOLUTION

2005-02-13 Thread Karthik N S
installation. Also check the classpath of the user running tomcat. /Ronnie - Original Message - From: Karthik N S [EMAIL PROTECTED] To: Lucene Users List lucene-user@jakarta.apache.org Sent: Friday, February 11, 2005 10:52 AM Subject: RE: BOOLEAN EXCEPTION APPSERVER Hi I removed

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
[mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 2:51 PM To: Lucene Users List Subject: Re: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 12:20 +0530, Karthik N S wrote: I am getting this error on ' Every FIRST SEARCH after Startup of the WEBSERVER ' and I have declared

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
, 2005 4:03 PM To: Lucene Users List Subject: RE: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 15:50 +0530, Karthik N S wrote: Hi I have One Jsp [Query.jsp] which constructs Query something like below +CLOTHS +(+SHOES SOCKS) +(PANTS SHIRTS) -COTTON AND itemPrice:[0010

REPLACE USING ANALYZERS

2005-02-02 Thread Karthik N S
Hi Guys Apologies. I am would like to know if Any Analyzers out there which can give me the required o/p as shown below 1) I/p = "+~shoes -~nike" O/p = "+shoes -nike" 2) I/p = +(+"~shoes -~nike") O/p = +(+"shoes -nike") 3) I/p = +~shoes -~nike O/p = +shoes -nike [ Note:- I am

RE: REPLACE USING ANALYZERS

2005-02-02 Thread Karthik N S
-Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 3:50 PM To: Lucene Users List Subject: Re: REPLACE USING ANALYZERS On Feb 2, 2005, at 4:12 AM, Karthik N S wrote: Hi Guys Apologies. I am would like to know if Any Analyzers out

LUCENE + EXCEPTION

2005-01-24 Thread Karthik N S
Hi Guys Apologies.. On STANDALONE Usge of UPDATION/DELETION/ADDITION of Documents into MergerIndex, the Code of mine runs PERFECTLY with out any Problems. But When the same Code is plugged into a WEBAPP on TOMCAT with a servlet Running in SINGLE THREAD MODE,Some times

RE: LUCENE + EXCEPTION

2005-01-24 Thread Karthik N S
Hi Ok Still I have the Exeption in process ,If even I try to have a Servlet Single Instance [may be by Authentication processs] , but I made shure that Lucene's MergerIndexing is controlled by single Initiation... But With out any Shared Resource's the Exception is popping on Frequently,

RE: help in indexing

2005-01-19 Thread Karthik N S
Hi Probably u need to use the Luke S/w to peek insid tu'r Indexer,Use it then come back for more help Karthik -Original Message- From: chetan minajagi [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 12:05 PM To: lucene-user@jakarta.apache.org Subject: help in indexing

RE: QUERYPARSIN BOOSTING

2005-01-12 Thread Karthik N S
: jakarta apache^4 jakarta lucene By default, the boost factor is 1. Although the boost factor must be positive, it can be less than 1 (e.g. 0.2) Regards. Nader Henein Karthik N S wrote: Hi Guys Apologies

SYNONYM + GOOGLE

2005-01-10 Thread Karthik N S
Hi Guys Apologies Does Lucene have a Synonym Functonality as Google. If u search Google using '~shoes', It returns hits based on the Synonym's [ I know there is a Synonym Wordnet based Lucene Package in the sandbox

RE: SYNONYM + GOOGLE

2005-01-10 Thread Karthik N S
with Briliant Idea's with regards Karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 5:19 PM To: Lucene Users List Subject: Re: SYNONYM + GOOGLE On Jan 10, 2005, at 5:33 AM, Karthik N S wrote: If u search Google using '~shoes

RE: Please help - installation problem

2005-01-10 Thread Karthik N S
Hi I think u need to add One more piece of code at the end of Path setting JAVA _HOME = /home/JDK.. and finally export TOMCAT_HOME CLASSPATH ANT_HOME PATH Once u have done this Type echo $CLASSPATH to check if the jar files are avaliable for compilation / Interpretation

QUERYPARSIN BOOSTING

2005-01-10 Thread Karthik N S
Hi Guys Apologies... This Question may be asked million times on this form ,need some clarifications. 1) FieldType = keyword name = vendor 2)FieldType = text name = contents Question: 1) How to Construct a Query which would allow hits avaliable for the

INDEXREADER + MAXDOC

2005-01-04 Thread Karthik N S
Hi Guys Apologies... On using the integer number of Indexreader.maxDoc() API , Is it possible to get the VALUES from the varoius fieldtypes. ex:- 'docs.get(contents) at IndexReader.maxdoc()' If so How...?? WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

RE: INDEXREADER + MAXDOC

2005-01-04 Thread Karthik N S
Requirement. Please With regards Karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 5:10 PM To: Lucene Users List Subject: Re: INDEXREADER + MAXDOC On Jan 4, 2005, at 5:19 AM, Karthik N S wrote: On using the integer number

RE: New Highlighter features + api

2005-01-02 Thread Karthik N S
Hi Mark, Apologies.. Can u Please tell the form where to find the JavaDoc API for the Highlighter package u have created. Thx in Advance [ WISH U AND THE FORM 'A HAPPY NEW YEAR'] KARTHIK -Original Message- From: markharw00d [mailto:[EMAIL PROTECTED] Sent: Monday,

SNOWBALL STEMMER + BOOSTING

2004-12-22 Thread Karthik N S
Hi Guys Apologies.. Using Analysis Paralysis on SnowBall Stemmer [ using StandardAnalyzer. ENGLISH_STOP_WORDS and StopAnalyzer.ENGLISH_STOP_WORDS ] from http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html?page=last#thre ad for the word 'jakarta^4 apache' both the cases

MergerIndex + Searchables

2004-12-21 Thread Karthik N S
Hi Guys Apologies... I have several MERGERINDEXES [ MGR1,MGR2,MGR3]. for searching across these MERGERINDEXES I use the following Code IndexSearcher[] indexToSearch = new IndexSearcher[CNTINDXDBOOK]; for(int all=0;allCNTINDXDBOOK;all++){ indexToSearch[all] = new

RE: NUMERIC RANGE BOOLEAN

2004-12-16 Thread Karthik N S
Hi Erik Apologies. Yes As I told u in the X-mail We have to get the All the Hits int the Range , So 0.99 cents IS ALWAYS be 0.99 cents on which we do the price Comaprison from consumer point of view . I hope I have answered u'r Question With regards Karthik

RE: Indexing with Lucene 1.4.3

2004-12-16 Thread Karthik N S
Hi there Apologies. If u are using the IndexHTML from the demo.jar package which is abvaliable from Lucene1.4.3.zip Then u bettter look at the File Extensions of u'r file's,they may be filtered out of the indexing process due to this code present in IndexHTML.java }

NUMERIC RANGE BOOLEAN

2004-12-16 Thread Karthik N S
Hi Guys Apologies. Can some body Please Tell me Why is this Happening and any work around for the same .??? Constructed String : +bags +itemPrice:[0003 TO 0020] Query String: +contents:bags +itemPrice:[0003 TO 0020]

RE: NUMERIC RANGE BOOLEAN

2004-12-16 Thread Karthik N S
RANGE BOOLEAN On Dec 16, 2004, at 4:07 AM, Karthik N S wrote: Can some body Please Tell me Why is this Happening and any work around for the same .??? Constructed String : +bags +itemPrice:[0003 TO 0020] Query String: +contents:bags +itemPrice:[0003 TO 0020

LUCENE1.4.1 - LUCENE1.4.2 - LUCENE1.4.3 Exception

2004-12-14 Thread Karthik N S
Hi Guys Some body tell me what this Exception am Getting Pleae Sys Specifications O/s Linux Gentoo Appserver Apache Tomcat/4.1.24 Jdk build 1.4.2_03-b02 Lucene 1.4.1 ,2, 3 Note: - This Exception is displayed on Every 2nd Query after Tomcat is started java.io.IOException: Stale NFS

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

RE: HITCOLLECTOR+SCORE+DELIMMA

2004-12-13 Thread Karthik N S
: HITCOLLECTOR+SCORE+DELIMMA On Dec 13, 2004, at 6:58 AM, Karthik N S wrote: Iterate over Hits. returns large hit values and Iteration on Hits for scores consumes time , so How Do I Limit my Search Between [ X.xf to Y.yf ] prior getting the Hits. Why do you need to do this *prior* to getting Hits

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

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)

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

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

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

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

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

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

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

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]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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:

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

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

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]

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

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

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

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

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]

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)

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

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

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

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

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

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

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

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

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

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

  1   2   >