Is There a Way To Split The Lucene Index Segments To Samller Size Less Than 1 GB

2011-07-27 Thread Gudi, Ravi Sankar
.oxford.com ~]# Regards Ravi

Indexing and Searching fields that have unique values

2010-04-22 Thread Ravi Patel
Using Lucene.Net I've built an index of documents. The documents also have a unique identifier (my identifier, not the lucene index's id). The unique identifers are also a sort order of new-ness (higher id values are newer) string my_id ="1234" doc.Add(new Field("id", my_id, Fie

Re: Version.onOrAfter() complaing its Deprecated but it isnt

2010-03-19 Thread kumarbabu ravi
I would like to say thanks first. But I have a small problem on both prefix and Fuzzy search. Is it possible to perform both Prefix and Fuzzy search at time. I mean to say using FuzzyPrefixLength and setFuzzyMinSim. Please suggest me ASAP. On Fri, Mar 19, 2010 at 5:17 PM, Ian Lea wrote: > 1.

RE: Simple Java Object Search

2009-02-26 Thread Ambati, Ravi BGI SF
e.org/java/2_4_0/gettingstarted.html On Thu, Feb 26, 2009 at 9:06 AM, Ambati, Ravi BGI SF wrote: > > All, > > I have a list of java objects and would like to index the contents of > those objects. And would like to update the index whenever list of > objects is changed. >

Simple Java Object Search

2009-02-26 Thread Ambati, Ravi BGI SF
. Would somebody help me in this? Thanks, Ravi Ambati -- This message and any attachments are confidential, proprietary, and may be privileged. If this message was misdirected, Barclays Global Investors (BGI) does not waive any confidentiality or privilege. If you are not the intended

Re: Storing part of the field

2008-11-14 Thread Ravi L
Thanks Erick! The application which uses the index expects this in same field. So, can't use two fields. Any ways, Thank you guys for quick your responses! thanks ravi On 14-Nov-08, at 6:38 PM, Erick Erickson wrote: As far as I know you can't do this with just one field. Why d

Re: Storing part of the field

2008-11-14 Thread Ravi L
Thanks Anshum! This can be possible. But, I am searching for is to do this with only one field. thanks ravi On 14-Nov-08, at 1:32 PM, Anshum wrote: Hi Ravi, In that case, you could have 2 fields. One of them would be indexed (i.e. "foo bar") and you could use the other only t

Storing part of the field

2008-11-13 Thread Ravi L
Hi, I am simple question. I want a string to be indexed, but stored part of that string. For example, if my string is "foo bar", I want to index whole string("foo bar") but store the first 3 characters("foo") of it. How can I do this with t

Regarding Indexes

2006-03-31 Thread Ravi
application is add/modify/delete will occur very frequently . Please help me I am waiting for your feed back Thanks Ravi Kumar Jaladanki

:using different analyzers for indexing and searching:

2006-03-03 Thread Ravi
another analyzer for searcher. If I do like this will I get my required result or not.. Most importantly I would like to know is this a good practice to have two different analyzers for two operations or same analyzer.. Thanks Ravi Kumar Jaladanki

:Lucene 1.9 RC1 is not working properly with older version of Code 1.43:

2006-02-22 Thread Ravi
error .. and result.. please let me know If any problems are there with this version. If that contains I will replace with old version1.4.3 which is working fine.. Thanks Ravi Kumar Jaladanki

RE: Suggesting refine searches with Lucene

2006-02-13 Thread Ravi
g toString(){ return query.toString(); } } Regards, Ravi Kumar Jaladanki -Original Message- From: Chun Wei Ho [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 3:05 PM To: java-user@lucene.apache.org Subject: Suggesting refine searches with Lucene

Memory Increasing when the optimize is called

2006-02-06 Thread Ravi
System.out.println("Index Optitmaization Endeded"); } Regards, Ravi Kumar Jaladanki

RE: Highlighter

2006-01-24 Thread Ravi
Hi , I am also have some problem with highlighter when I want to highlight specific field in the lucene it is not working Thanks Ravi Kumar Jaladanki -Original Message- From: Koji Sekiguchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 3:53 AM To: java-user

: Creating searcher object for read opertions:

2006-01-20 Thread Ravi
ching even though the index does not modified. try{ String strIndexPath ="D:\\ravi\\Index"; try { objFSDirectory = FSDirectory.getDirectory(new File(strIn

RE: :intersection of two hits objects:

2006-01-19 Thread Ravi
Thanks for your valuable suggestions to me.. I am very much glad to you for this response. Now I understood where I am going wrong so I will try use the first solution given by you Thanks Ravi Kumar Jaladanki -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: :intersection of two hits objects:

2006-01-18 Thread Ravi
Hi Erik Can u please tell me how to use this query in loop because he can refine the search n number of time so how to maintain all the queries in QueryFilter and use of them , Please help me I need very urgent. Thanks Ravi Kumar Jaladanki -Original Message- From: Erik Hatcher

RE: :intersection of two hits objects:

2006-01-18 Thread Ravi
Thanks for your help , I am able to get the record numbers in BitSet object but how to iterate in the first hits1 object with the bitset object and retain only those documents which contains ids existed in bitset object.. Thanks Ravi Kumar jaladanki -Original Message- From: Dave Kor

RE: :intersection of two hits objects:

2006-01-18 Thread Ravi
Thanks But I will get these Hits objects in two cases. First I will search and store it in temp location and next time I search I get the new hits object . now I need to get the intersection Thanks Ravi Kumar Jaladanki -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

:Highlighting the Specific Filed:

2006-01-18 Thread Ravi
;) Please help me I have tried out the example in the lucene action book . but I didn't get any solution .Can any body gives the code for that to highlight specific field from document Thanks Ravi Kumar Jaladanki

:intersection of two hits objects:

2006-01-18 Thread Ravi
solution which can give the hits object which contains 3,6 records I would appreciate any help from all Thanks Ravi Kumar Jaladanki

Retriving the data from lucene

2005-12-14 Thread Ravi
terms of performance... I am waiting for your kind reply Thanks Ravi -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 7:28 PM To: java-user@lucene.apache.org Subject: Re: :how to add int fileds to lucene: Ravi, A few great starting

:Creating the search on last modified list value:

2005-12-13 Thread Ravi
Hi , I want create a following search query search and Return results updated in theany time Last 7 days Last 2 weeks Last 1 Month so on. http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/javascript/queryCo nstructor/luceneQueryConst

RE: :how to add int fileds to lucene:

2005-12-12 Thread Ravi
a how to Query on multiple fields .ex searching on the candidate and days where days >5 and candidate>10 or days >one month and so on.. Please give me the code or let me know where I can find test programs so that I can complete my project. Waiting for your reply Thanks Ravi Kumar

:how to add int fileds to lucene:

2005-12-12 Thread Ravi
t;))); document.add(Field.Keyword("lastmodified", objResultSet.getDate("MODIFIED_ON"))); document.add(Field.Text("days",days) ); document.add(Field.Text("contents", objReader)); Days are int but it is giving error . Please suggest me with the steps to ad

FileNotFound Exception

2005-05-09 Thread Ravi
I'm getting the following exception when I try to update my searcher object. When I checked the index folder it does not have the .fnm file. I have .cfs files, a deletable and a segments file. Has anybody had similar problem? Thanks in advance, Ravi. The class java.io.FileNotFoundExcept

lucene score

2005-04-22 Thread Ravi
Hi Does lucene relevancy score depend on the total number of documents in the index? Will I get different scores for the same document for the same query for indexes of different sizes? If it does, when does it return a higher score? Thanks in advance, Ravi

RE: how to detect index integrity?

2005-03-25 Thread Ravi Rao
will get to this as soon as I can. Thanks for taking the time to send me this information. -- Ravi/ --- private void refill() throws IOException { long start = bufferStart + bufferPosition; long end = start + BUFFE

RE: how to detect index integrity?

2005-03-21 Thread Ravi Rao
va.io.IOException : read past EOF >* java.lang.ArrayIndexOutOfBoundsException > [ ... ] I did too, which is why I wrote NullDirectory. You can find the sources and a description in bugzilla. http://issues.apache.org/bugzilla/show_bug.cgi?id=33851 Look at the tests for examples of use.

Using JDBCDirectory

2005-03-15 Thread Ravi Rao
produced nothing in the filesystem index. I'm investigating. Has anyone had success with JDBC directory? Thanks, -- Ravi(ndra) Rao/ Alterpoint Inc.