>> precision and recall.Anyone with a small application that I can use
>> quickly without having to program using the APIs?
>> Thanks.
>> David
>>
>>
>>
>>
>>
>>
>>
Murat Yakici
Department of Computer & Information Scie
also download and try it?At the moment I am
> doing some simulation using Mathlab.
> Thank you
>
> David
>
>
>
>
> --- On Thu, 15/1/09, Murat Yakici wrote:
> From: Murat Yakici
> Subject: Re: Testing Precision and Recall on Lucene
> To: java-user@lucene.apach
nsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
Murat Yakici
Department of Computer & Information Sciences
University of Strathclyde
Glasgow, UK
---
The University of Strathclyde is
he/lucene/index/IndexReader.FieldOption.html> fldOption)|;
That should do.
The selection of FieldOption's is important, therefore you need to know
what you really want to get.
Cheers,
Murat Yakici
Department of Computer & Information Sciences
University of St
I'm also
>> wondering whether the code may be a limiting factor even if the file
>> formats
>> are ok.
>>
>> Thanks.
>>
>
> -
> To unsubscribe, e-mail: java-user-unsubscr...@luce
,
--
Murat Yakici
Department of Computer & Information Sciences
University of Strathclyde
Glasgow, UK
---
The University of Strathclyde is a charitable body, registered in Scotland,
with registration number SC01
No, just checking. I will let you everyone know I see one.
Cheers,
Murat
>
> On Apr 21, 2009, at 4:39 AM, Murat Yakici wrote:
>
>> Hi,
>> I started playing with the experimental payload functionality. I
>> have written an analyzer which adds a payload (some sort of
e itself or only used Lucene's jar and just
> override code?
>
> I would very much apprecicate if you could give me a short explanation on
> how was it done.
>
> Thanks a lot,
> Liat
>
> 2009/4/21 Murat Yakici
>
>> Hi,
>> I started playing with the e
.commit();
>>iwriter.optimize();
>>iwriter.close();
>>
>>//Now read the index
>> IndexReader ireader = IndexReader.open(index);
>>TermPositions tpos = ireader.termPositions(
>>
word2", 3);
>> > mapScores.put("word3", 1);
>> > panalyzer.setMapScores(mapScores);
>> > iwriter.addDocument(d, panalyzer);
>> > /*-*/
>> > // iwriter.commit();
>> > iwriter.optimize();
>> >
See http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
and http://wiki.apache.org/lucene-java/ImproveSearchingSpeed
and http://wiki.apache.org/lucene-java/ConcurrentAccessToIndex
Murat Yakici
Department of Computer & Information Sciences
University of Strathclyde
Glasgow
Hi,
I would like to by-pass the IndexWriter and directly write the terms and
their frequencies to the index (and may proximity info later on). I
might have missed any discussion if previously. As far as I know, the
high level API in Lucene only allows you to add documents (which are
populated
Hi,
I was building the Lucene 1.9.1 source code. I have received the
following error msg:
"Unreported exceptions: java.io.IOException must be caught or declared
to be thrown. " in class SpanOrQuery, line number 154.
Any ideas how to resolve it?
Regards,
Murat
--
The compiler is Sun Java 1.4.2_08.
Paul Elschot wrote:
On Tuesday 07 March 2006 15:35, Murat Yakici wrote:
Hi,
I was building the Lucene 1.9.1 source code. I have received the
following error msg:
"Unreported exceptions: java.io.IOException must be caught or declared
to be thrown.
Tuesday 07 March 2006 16:34, Murat Yakici wrote:
The compiler is Sun Java 1.4.2_08.
I'm using sun javac 1.5.0_01 and this compiles the current trunk without
any problems, so I cannot reproduce the error msg.
The common-build.xml file uses source and target 1.4 for javac,
(in the compile macro
Hi Edgar,
While doing the integration/updating for Lucene 1.9, could you be more
open and clear about the design so that people can
1)Understand it,
2)Extend it,
Just an recommendation.
Cheers,
Murat
Edgar Meij wrote:
Hi Ganesh,
We have developed a Language Modeling extension to Lucene at
Hi,
Let's assume that there is one remote index and one local index. I would
like to create a mirror of the remote locally. I'm using a kind of
protocol in between (which is not important) to only transfer each
document ID, the unique terms in the document and the frequencies. Right
now I'm n
17 matches
Mail list logo