.oxford.com ~]#
Regards
Ravi
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
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.
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.
>
.
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
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
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
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
application is add/modify/delete will occur very frequently . Please help me
I am waiting for your feed back
Thanks
Ravi Kumar Jaladanki
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
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
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
System.out.println("Index Optitmaization
Endeded");
}
Regards,
Ravi Kumar Jaladanki
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
ching even though
the index does not modified.
try{
String strIndexPath ="D:\\ravi\\Index";
try {
objFSDirectory =
FSDirectory.getDirectory(new File(strIn
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
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
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
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
;)
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
solution which can give the hits object which contains 3,6
records
I would appreciate any help from all
Thanks
Ravi Kumar Jaladanki
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
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
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
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
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
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
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
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.
produced nothing in the filesystem index. I'm investigating.
Has anyone had success with JDBC directory?
Thanks,
--
Ravi(ndra) Rao/
Alterpoint Inc.
30 matches
Mail list logo