SPAN QUERY [HOW TO]

2005-03-09 Thread Karthik N S
Hi  Guys Apologies..   The new Feature of lucene 'span query' really is interesting But need expert suggestions on achieveing the same. I have 3 documents Document 1 contains   =  ELECTRONICS  DIGITAL CAMERA Document 2 contains   =  ELECTRONICS  DIGITAL CAMERA 0PTICSDocument 3 co

RE: SPAN QUERY [HOW TO]

2005-03-09 Thread Karthik N S
Miles Barr [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 3:02 PM To: java-user@lucene.apache.org Subject: Re: SPAN QUERY [HOW TO] On Wed, 2005-03-09 at 14:52 +0530, Karthik N S wrote: > The new Feature of lucene 'span query' really is interesting > > But need expert

RE: SPAN QUERY [HOW TO]

2005-03-09 Thread Karthik N S
, Karthik N S wrote: > The new Feature of lucene 'span query' really is interesting > > But need expert suggestions on achieveing the same. > > I have 3 documents > > Document 1 contains = ELECTRONICS DIGITAL CAMERA > Document 2 contains = ELECTRONICS

RE: SPAN QUERY [HOW TO]

2005-03-09 Thread Karthik N S
tegory = DIGITAL CAMERA for document 2: text = ELECTRONICS DIGITAL CAMERA OPTICS parent_category = ELECTRONICS parent_category = DIGITAL CAMERA leaf_category = OPTICS Then search on the leaf_category. Make sure you setup the category fields to be type KEYWORD, i.e. not tokenized. On Wed, 2005-03-0

RE: SPAN QUERY [HOW TO]

2005-03-10 Thread Karthik N S
th regards karthik -Original Message- From: Miles Barr [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 2:53 PM To: java-user@lucene.apache.org Subject: RE: SPAN QUERY [HOW TO] On Thu, 2005-03-10 at 12:02 +0530, Karthik N S wrote: > U got it bingo,Am trying to do something similar

SPECIFIC HIT

2005-03-14 Thread Karthik N S
  Hi  Guys Apologies... I have Indexed documents sucessfully and they would be Document 1 contains   =  ELECTRONICS  DIGITAL CAMERA Document 2 contains   =  ELECTRONICS  DIGITAL CAMERA BATTERY ACCESSORIESDocument 3 contains   =  ELECTRONICS  DIGITAL CAMERA 0PTICSDocument 4 conta

RE: SPECIFIC HIT

2005-03-14 Thread Karthik N S
: sergiu gordea [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 3:49 PM To: java-user@lucene.apache.org Subject: Re: SPECIFIC HIT Karthik N S wrote: > ** > > *Hi Guys* > > *Apologies...* > > *I have Indexed documents sucessfully and they would be >

RE: SPECIFIC HIT

2005-03-14 Thread Karthik N S
: Monday, March 14, 2005 4:18 PM To: java-user@lucene.apache.org Subject: Re: SPECIFIC HIT Karthik N S wrote: >Hi Guys > >Is there a way around for which the query parser would have something like >this > > (+digital +camera +optics) -(All other Default variables) > > >

LUKE [ NEW VERSION ]

2005-03-30 Thread Karthik N S
Hi Guys. Apologies. :(   Can Somebody Please Tell me   How to add  Custom Analyzer's  to the  new Version of  LUKE  , or is there an existing Process to do the same.   Thx in advance WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

LUCENE & eCommerce

2005-04-01 Thread Karthik N S
  Hi Guys Apologies. Has Any body out on the Form ,have implemented  Lucene API in  eCommerce ( Search based Shopping) Something similar to   http://www.bizrate.com/  .   Please Help me ???     WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

RE: using different analyzer for searching

2005-04-01 Thread Karthik N S
Hi Try First Try Using the AnalysisDemo.java code from http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html?page=last#thre ad from java.net for the Contents u seems to experiment with and verify which analyzer to use. Probably this will give u some Idea on Analyzers. with regaards Ka

EXCEPTION LUCENE 1.4.3 + LUKE

2005-04-04 Thread Karthik N S
   Hi guys Apologies..   Using a MultiFieldQueryParserfor a query like below for a CUSTOM SEARCH (+(+KEY3:camera +KEY3:photo) -KEY3:accessories -KEY3:studio -KEY3:cleaners -KEY3:film -KEY3:filters -KEY3:flashes -KEY3:lenses -KEY3:lighting -KEY3:tripods -KEY3:cables -KEY3:digital

RE: EXCEPTION LUCENE 1.4.3 + LUKE

2005-04-04 Thread Karthik N S
@lucene.apache.org Subject: Re: EXCEPTION LUCENE 1.4.3 + LUKE I haven't looked at Luke's source code to confirm, but my hunch is that Luke is upping the maximum clause count of BooleanQuery. (see BooleanQuery.setMaxClauseCount()) Erik On Apr 4, 2005, at 5:01 AM, Karthik N S wrote: >  

RE: Lucene on Linux problem...

2005-04-13 Thread Karthik N S
Hi Guys Apologies. We had something similar problems with Tomcat 5.0.3 on Linux Gentoo and Lucene1.4.3... every first Search was not able to work properly, So finally we swithched JVM's from 1.4.2 to 1.4.3 sdk's and solved the problem for the day We also updated the Linux Machines

LUCENE IS NOT ANY OTHER DB

2005-04-15 Thread Karthik N S
  Hi guys Apologies.. It really pains to after a hards day's work that Lucene is turning to be similar to any other DB product. The form is full of Db similar requirements on Lucene to perform. If one requires supports similar to DB ,then can use Any of the free avaliable D

RE REQUEST: SPECIFIC HIT

2005-06-06 Thread Karthik N S
Hi Guys. Apologies. with refrence to my last main dted  Mon, 14 Mar 2005 http://mail-archives.apache.org/mod_mbox/lucene-java-user/200503.mbox/[EMAIL PROTECTED]  I would like to again request some Help in the search Concepts. I have Indexed documents sucessfully and they would be Docume

RE: RE REQUEST: SPECIFIC HIT

2005-06-06 Thread Karthik N S
Sent: Monday, June 06, 2005 10:33 PM To: java-user@lucene.apache.org Subject: Re: RE REQUEST: SPECIFIC HIT On Monday 06 June 2005 08:40, Karthik N S wrote: > Hi > > Guys. > > Apologies. > > with refrence to my last main dted Mon, 14 Mar 2005 > > http://mail-arc

RE: No.of Files in Directory

2005-06-29 Thread Karthik N S
Hi Apologies. With my Experience of Lucene since 2004,I can say that u need to update the Index Once in a day (rather then doing it for every upload),But if u'r requirement say's u have to make the Doc avaliable on the run then u may do so. with regards Karthik -Original Message

RE: SIMPLE Lucene / MySQL Indexer

2005-07-13 Thread Karthik N S
hI Apologies Interesting this is not the Form to discuss about HOW to Debugging with Eclipse So I suggest u to use the Help tab in Eclispe Ide. Hint : First set the Break point on hte code and then use Use the Debug tab under Run. this is a Lucene Form Guys Karthik -Or

BOOLEAN OPERATOR HOWTO

2005-07-18 Thread Karthik N S
  Hi Lucene Apologies.. I have 2 Questions. 1) The Search Criteria  src  requires to automatically fill   "  "  between  Search words with a Boolean Operator   "  AND ".   2) The Search Criteria  src  requires to automatically recognise the existing  Boolean Query  ' AN

RE: BOOLEAN OPERATOR HOWTO

2005-07-19 Thread Karthik N S
advance karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 6:39 PM To: java-user@lucene.apache.org Subject: Re: BOOLEAN OPERATOR HOWTO On Jul 18, 2005, at 8:12 AM, Karthik N S wrote: > I have 2 Questions. But there were no question marks! I don

RE: BOOLEAN OPERATOR HOWTO

2005-07-21 Thread Karthik N S
arthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 2:28 AM To: java-user@lucene.apache.org Subject: Re: BOOLEAN OPERATOR HOWTO On Jul 19, 2005, at 8:31 AM, Karthik N S wrote: > Given a Search word = 'erik OR hatcher AND otis OR gospodne

NEXT VERSION

2005-08-02 Thread Karthik N S
  Hi Luceners Apologies.. Just eager to ask " WHEN IS THE NEXT VERSION OF LUCENE BE OUT " . [ I am awaiting to use the new features for  my exisiting ones ] ...;)   WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

Split Search Word

2005-08-04 Thread Karthik N S
Hi Luceners Apologies. I  have along Search String as given below...   SearchWord =  "\"" + "Dough Cutting" + "\"" +  "  " +  "Otis Gospodnetic"  +  "   " + "\"" + "Erik Hatcher" + "\""  + "  " +    "Authors of " + "\"" + "Lucene In Action" +"\""; And prior to

Reply Split Search Word

2005-08-07 Thread Karthik N S
Lucene is handling this task. som how can one achive this task.. with regards Karthik -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 7:58 PM To: java-user@lucene.apache.org Subject: RE: Split Search Word The StandardAn

RE: Reply Split Search Word

2005-08-08 Thread Karthik N S
you write a custom Analyzer to tokenize with double quotes in mind like that. Erik On Aug 8, 2005, at 12:06 AM, Karthik N S wrote: > Hi > > Luceners > > Apologies. > > As I have already replied,Using Analysis I have tried on all Analyzers > (including Standard Ana

DEFAULT_OPERATOR_AND

2005-08-17 Thread Karthik N S
  Hi  Lucener's Apologies.. I have seen forms using  'DEFAULT_OPERATOR_AND'  with  something like below > QueryParser parser = new QueryParser( "terms", analyzer);  > parser.setOperator(QueryParser.DEFAULT_OPERATOR_AND);  > query = parser.parse(TextParameters); How to use the DEFA

RE: DEFAULT_OPERATOR_AND

2005-08-17 Thread Karthik N S
' substution) Please enlighten me With regards Karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 7:09 AM To: java-user@lucene.apache.org Subject: Re: DEFAULT_OPERATOR_AND On Aug 17, 2005, at 2:45 AM, Karthik N S wrote: >

RE: DEFAULT_OPERATOR_AND

2005-08-19 Thread Karthik N S
ERATOR_AND On Aug 18, 2005, at 1:48 AM, Karthik N S wrote: > Does this mean MultiFieldQueryParser will always have to use > 'DEFAULT_OPERATOR_OR' instead of DEFAULT_OPERATOR_AND > operations. Yup, that's what I said :) > Is there any alternative in handling this

ASK JEEVES

2005-08-29 Thread Karthik N S
Hi  Luceners Apologies..   Has any body on the Form attempted  to use  Lucene   for  search  on  FAQ   like the website "ASK JEEVES" If So ,Please enlighten me with some ideas... WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]