Invitation: Free Webinar - Apache Lucene 2.9: Technical Overview of New Features (Sep 24 02:00 PM EDT)

2009-09-18 Thread Aravind . Yarram
AMP:20090918T220348Z SEQUENCE:0 ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED ;CN="Aravind Yarram/ATL/NA/Equifax";RSVP=FALSE :mailto:aravind.yar...@equifax.com ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE :mailto:erik.hatc...@gmail.com ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-

escaping logical operators such as OR AND

2008-07-22 Thread Aravind . Yarram
helo all, In my project, we are indexing the US states...when we try to search on oregon ; state:OR, search on OR is throwing err...i know OR is a logical op in lucene...is there a way to escape such keywords? tx! Regards, Aravind R Yarram Enabling Technologies Equifax Information Services LL

escaping logical operators such as OR AND

2008-07-22 Thread Aravind . Yarram
helo all, In my project, we are indexing the US states...when we try to search on oregon ; state:OR, search on OR is throwing err...i know OR is a logical op in lucene...is there a way to escape such keywords? tx! Regards, Aravind R Yarram Enabling Technologies Equifax Information Services LL

Re: escaping logical operators such as OR AND

2008-07-22 Thread Aravind . Yarram
lower-casing worked...tx...but is there a way of escaping them like we use escape characters in java! Regards, Aravind R Yarram Enabling Technologies Equifax Information Services LLC 1525 Windward Concourse, J42E Alpharetta, GA 30005 desk: 770 740 6951 email: [EMAIL PROTECTED] "Erick Erickso

Re: Luke shows in top terms but no search results??

2008-07-24 Thread Aravind . Yarram
r u using the same analyzer, which u used for indexing, in the luke as well? Regards, Aravind R Yarram Enabling Technologies Equifax Information Services LLC 1525 Windward Concourse, J42E Alpharetta, GA 30005 desk: 770 740 6951 email: [EMAIL PROTECTED] samd <[EMAIL PROTECTED]> 07/24/2008 02

Re: Using lucene as a database... good idea or bad idea?

2008-07-29 Thread Aravind . Yarram
Look at Compass wrapper for Lucene... Regards, Aravind R Yarram Enabling Technologies Equifax Information Services LLC 1525 Windward Concourse, J42E Alpharetta, GA 30005 desk: 770 740 6951 email: [EMAIL PROTECTED] "ನಾಗೇಶ್ ಸುಬ್ರಹ್ಮಣ್ಯ (Nagesh S)" <[EMAIL PROTECTED]> 07/29/2008 10:02 AM Please

Re: escaping special characters

2008-08-06 Thread Aravind . Yarram
can i escape built in lucene keywords like OR, AND aswell? Regards, Aravind R Yarram Chris Hostetter <[EMAIL PROTECTED]> 08/06/2008 07:05 PM Please respond to java-user@lucene.apache.org To java-user@lucene.apache.org cc Subject Re: escaping special characters : String escapedKe

Clarification on deletion process...

2008-08-11 Thread Aravind . Yarram
The documentation for delete operation seems to be confusing (i am going thru the book and also posted in the books forums...), so appreciate if someone can let me know if my below understanding is correct. When i delete a document from the index 1) It is marked for deletion in the BUFFER until

Field sizes: maxFieldLength

2008-08-11 Thread Aravind . Yarram
Hi all - I know in advance that each of the fileds i index doesnt go more than 1000, Can i gain any performance improvement while writing the index by limiting the maxFieldLength to 200? tx Regards, Aravind R Yarram This message contains information from Equifax Inc. which may be confidentia

Re: Field sizes: maxFieldLength

2008-08-11 Thread Aravind . Yarram
tx for the response but i think i didnt make my question clear... If i am indexing a filed that can at the max contain 1000 fileds, does it help in improving performance if i let Lucene know IN ADVANCE about 1000? Mark Miller <[EMAIL PROTECTED]> 08/11/2008 05:13 PM Please respond to java-u