RE: BOOLEAN EXCEPTION APPSERVER SOLUTION

2005-02-13 Thread Karthik N S
ir to your tomcat installation. Also check the classpath of the user running tomcat. /Ronnie - Original Message ----- From: "Karthik N S" <[EMAIL PROTECTED]> To: "Lucene Users List" Sent: Friday, February 11, 2005 10:52 AM Subject: RE: BOOLEAN EXCEPTION APPSERVER >

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
[mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 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 +(

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
ay, February 11, 2005 3:26 PM To: Lucene Users List Subject: RE: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 15:22 +0530, Karthik N S wrote: >I removed the Lucene1.4.3.jar from the webapp dir and the result > Exception raised > > > Feb 11, 2005 3:48:26 PM org.apache.catal

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
Barr [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 ' > &

BOOLEAN EXCEPTION APPSERVER

2005-02-10 Thread Karthik N S
  Hi guys Apologies...   I am getting this error on  ' Every FIRST SEARCH  after  Startup of the WEBSERVER ' and I have declared the following code only once in the  method of execution <%@ page import="org.apache.lucene.search.BooleanQuery"%>BooleanQuery.setMaxClauseCount(Integer

RE: REPLACE USING ANALYZERS

2005-02-02 Thread Karthik N S
( thx in advance Karthik -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. > >

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  =  +shoe

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,

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 Freq

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 H

FW: EXCEPTION + HITS

2005-01-19 Thread Karthik N S
  Hi Apologies.. Somebody Please Tell me Why am I getting this Error? java.io.IOException: read past EOF>    at org.apache.lucene.index.CompoundFileReader$CSInputStream.readInternal(CompoundFileReader.java:218)>    at org.apache.lucene.store.InputStream.readBytes(InputS

QUERYPARSER + LEXECIAL ERROR

2005-01-17 Thread Karthik N S
Hi Guys. Apologies. The Query Parser is giving me an Lexical Error String searchWrd = "kid \"toy\" OR \"ball\" " org.apache.lucene.queryParser.TokenMgrError: Lexical error at line 1, column 26. Encountered: after : "" at org.apache.lucene.queryParser.QueryParserTokenManager.getNe

RE: QUERYPARSIN & BOOSTING

2005-01-12 Thread Karthik N S
"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: > > >

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 VENDOR

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 >

RE: SYNONYM + GOOGLE

2005-01-10 Thread Karthik N S
t; FORMATTED : "watch" OR "analog watch" OR "digital watch" OR "hunter" OR "hunting watch" OR "pendulum watch" OR "pocket watch" Check this Out,may be u will come up with Briliant Idea's with regards Karthik -----Original M

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 http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/cont

RE: INDEXREADER + MAXDOC

2005-01-04 Thread Karthik N S
ot; doc.get("author") == "Erik Hatcher" . This is my 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 J

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

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 re

RE: MergerIndex + Searchables

2004-12-21 Thread Karthik N S
always store the index ID in which you are indexing the document in the document itself and have that fetched with the search results, or is there something stopping you from doing that. Nader Henein Karthik N S wrote: >Hi Guys > >Apologies... > > >I have several MER

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

RE: NUMERIC RANGE BOOLEAN

2004-12-16 Thread Karthik N S
al Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 6:55 PM To: Lucene Users List Subject: Re: NUMERIC RANGE BOOLEAN On Dec 16, 2004, at 7:17 AM, Karthik N S wrote: > We have to get the All the Hits int the Range , > >So 0.99 cents IS & ALWAYS

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

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

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

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] org.apache.lucene.search.BooleanQuery$TooManyC

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 fi

RE: HITCOLLECTOR+SCORE+DELIMMA

2004-12-13 Thread Karthik N S
ent: Monday, December 13, 2004 6:39 PM To: Lucene Users List Subject: Re: 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 Li

RE: HITCOLLECTOR+SCORE+DELIMMA

2004-12-13 Thread Karthik N S
thik -Original Message- From: Erik Hatcher [mailto:[EMAIL 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

RE: HITCOLLECTOR+SCORE+DELIMMA

2004-12-13 Thread Karthik N S
'Text' ,consists of 'Contents' from various Html documents Please Advise me Karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 5:05 PM To: Lucene Users List Subject: Re: HITCOLLECTOR+SCORE+DELIMA On Dec 13, 2

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 h

RE: HITCOLLECTOR+SCORE+DELIMA

2004-12-12 Thread Karthik N S
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 0.2f to 1.0f , > > There is not a simple example for the same, yet lot's of talk on usage >

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

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

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

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 Word

RE: GETVALUES +SEARCH

2004-12-01 Thread Karthik N S
er [mailto:[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 > >in

RE: GETVALUES +SEARCH

2004-11-30 Thread Karthik N S
Users List Subject: Re: 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

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 REGA

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 Kart

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 D

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 Advanc

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.org&msgId=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
Re: COUNT 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 &

RE: COUNT SUBINDEX [IN MERGERINDEX]

2004-11-16 Thread Karthik N S
ve Thx in Advance -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 ---

COUNT SUBINDEX [IN MERGERINDEX]

2004-11-16 Thread Karthik N S
Hi Guys, Apologies . Can Some body Tell me which API to use to Count the number of SubIndexe's in a MERGED Index. Thx in Advance WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK] - T

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> Could you try with a recent CVS version? There has been a fix >>>>>>> >>>>>> >>>>>> >>>> about f

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
Sent: 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

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
Wednesday, 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"

RE: Lucene1.4.1 + OutOf Memory

2004-11-10 Thread Karthik N S
uired.. Karthik -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! --- Kart

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 subind

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 [ N.S.KARTH

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 =FSDirectory.getDirectory("/root/MERGEDINDEX/MER

FW: Searchable Solutions Please

2004-11-02 Thread Karthik N S
this but you'll need 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 Sol

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

Searchable Solutions Please

2004-10-27 Thread Karthik N S
Hi Guys Aplologies On a Using the Lucene Search , If returned hits for the following is to be aquired Search Word =' kids watches ' Hits on docs returned should have =kid's , kid watch , junior watches Solution's Please Thx in advance WITH WARM REGARD

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-21 Thread Karthik N S
t: Wednesday, October 20, 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 [mai

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

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 fol

RE: Range Query

2004-10-20 Thread Karthik N S
arser, but since the lower/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. &

Range Query

2004-10-18 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 result

Multi + Parallel

2004-10-14 Thread Karthik N S
ion. 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 ParallelMultiSe

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

2004-10-13 Thread Karthik N S
Original Message- 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

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

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 'org.apache.lucen

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 In

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

LUCENE + PHP ???

2004-09-15 Thread Karthik N S
Hi Erik , Doug , Otis Apologies I have 2 Questions for the Lucene Authors 1) Is a there a PHP version of Lucene Implemantation avaliable , If so Where ? 2) Is the Lucene 'Indexed file format' an Universal type , If so can it be searched by other Lucene implementations

RE: ANT +BUILD + LUCENE

2004-09-14 Thread Karthik N S
, 2004 7:37 PM To: Lucene Users List Subject: Re: ANT +BUILD + LUCENE I'm not following what you want very clearly, but there is an task in Lucene's Sandbox. Please post what you are trying, and I'd be happy to help once I see the details. Erik On Sep 12, 2004, at 4:44

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

RE: worddoucments search

2004-08-25 Thread Karthik N S
Hi Santosh Please . If u have Downloded the Lucene (zip )bundel , First try to read the docs/index.html which is in the bundel, if u are still in trouble, then approach the Form for Help [ Un necessarily asking silly Questions will be ignored ] Karthik -Original Me

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 Sub

RE: Lucene for Indian Languages

2004-08-22 Thread Karthik N S
Hi I do not think so ,but there was One requirement in the Form for the Devenagari script Have look at the forms,u might find something on this Karthik -Original Message- From: srinivasa raghavan [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 11:35 AM To: [EMAIL PROTEC

RE: pdfboxhelp

2004-08-22 Thread Karthik N S
;D:\setups\searchEngine\PDFBox-0.6. > 6\external\log4j.jar > > please check the error > > > > - Original Message - > From: "Karthik N S" <[EMAIL PROTECTED]> > To: "Lucene Users List" <[EMAIL PROTECTED]> > Sent: Monday, August 23, 2004 10:26

RE: pdfboxhelp

2004-08-22 Thread Karthik N S
D:\setups\searchEngine\PDFBox-0.6.6\src>java 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:

RE: pdfboxhelp

2004-08-22 Thread Karthik N S
index 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 PRO

RE: pdfboxhelp

2004-08-21 Thread Karthik N S
Hi If u are using the jar file with Web Interface for jsp/servlet dev, Place the jar file in "webapps///lib" and also correct the Classpath for the present modification. 2)create u'r own package and put all u'r java files copy the java files to /Web-inf/Classes/ Then use the same..;{ Ka

RE: pdfboxhelp

2004-08-21 Thread Karthik N S
Hi First Try to echo the Classpath and se if u'r able to get the relavent jar file on the classpath, then proceed ... ;+) Karthik -Original Message- From: Santosh [mailto:[EMAIL PROTECTED] Sent: Saturday, August 21, 2004 3:14 PM To: Lucene Users List Subject: Re: pdfboxhelp Hi Do

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 L

RE: Restoring a corrupt index

2004-08-19 Thread Karthik N S
Hi George Do u think ,the same would work for MERGED Indexes Please Can u suggest a solution. Karthik -Original Message- From: Honey George [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 2:08 PM To: Lucene Users List Subject: RE: Restoring a corrupt index Thi

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 for

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

AnalyZer HELP Please

2004-08-18 Thread Karthik N S
7;s really Intresting:( Thx Karthik -Original 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 , >

RE: AnalyZer HELP Please

2004-08-17 Thread Karthik N S
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\"" , > but the QueryParser Still returns me hit for "Year" Only.

RE: AnalyZer HELP Please

2004-08-17 Thread Karthik N S
eryParser would have done this internally, only if you actually sent in the quotes...not just "New Year", but "\"New Year\"". Patrick On Tue, 17 Aug 2004 18:53:01 +0530, Karthik N S <[EMAIL PROTECTED]> wrote: > Hi > > Erik > > Apologies... > &

RE: AnalyZer HELP Please

2004-08-17 Thread Karthik N S
uotes to denote a phrase query, and will query for the words together. 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&#

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 " org.apache.

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

Hit & Score [ Between ]

2004-08-03 Thread Karthik N S
Hi Apologies If I want to get all the hits for Scores between 0.5f to 0.8f, I usally use query = QueryParser.parse(srchkey,Fields, analyzer); int tothits = searcher.search(query); for (int i = 0; i 0.5f ) && (Score < 0.8f) ) { System.out.println(" FileName : " + docs.get(

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

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 Li

  1   2   >