Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 14 (0.749s).
Loading phrases to help you
refine your search...
Calculating a IDF value for a document collection - Lucene - [mail # user]
...I have set of documents separated in to doc_sections (d) that are again separated in to (n) number of sentences. There is an ontology that I’m using to calculate similarity between definitio...
   Author: Kasun Perera, 2013-01-16, 04:16
How to create a Lucene in-memory index at webapp deployment time - Lucene - [mail # user]
...I have a web java/jsp application running on Apache Tomcat server. In this web application I have used lucene, to index and calculate similrarity between some PDF documents(PDF documents are...
   Author: Kasun Perera, 2012-09-07, 05:10
Different Weights to Lucene fields with Okapi Similarity - Lucene - [mail # user]
...Resending again, since my question didn't get much attention  From: Kasun Perera  Date: Tue, Jun 19, 2012 at 3:26 PM Subject: Different Weights to Lucene fields with Okapi Similari...
   Author: Kasun Perera, 2012-07-17, 03:14
Re: with regarding to the blog post reply done on [AnonymousJune 28, 2012 5:19 AM] - Lucene - [mail # user]
...Hi Nadeesha  If you want to try out how Lucene indexing and searching works, try this simple tutorial http://oak.cs.ucla.edu/cs144/projects/lucene/index.html. Download lucene-tutorial.z...
   Author: Kasun Perera, 2012-07-02, 17:00
Different Weights to Lucene fields with Okapi Similarity - Lucene - [mail # user]
...Based on this link http://www2002.org/CDROM/refereed/643/node6.html , I'm calculating Okapi similarity between the query document and another document as below using Lucene:  I have ind...
   Author: Kasun Perera, 2012-06-19, 09:56
Re: Calculating Average Document Length with Lucene - Lucene - [mail # user]
...I found this is the correct way of calculating Average Document length of document having tree fields  byte[] normsDocLengthArrField1 = indexReader.norms("filed1"); byte[] normsDocLengt...
   Author: Kasun Perera, 2012-06-19, 09:39
Calculating Average Document Length with Lucene - Lucene - [mail # user]
...I want to calculate average document length for document collection which each document having 3 different fields(filed1, field2,field3)  This is the program to calculate average length...
   Author: Kasun Perera, 2012-06-18, 03:18
Better Way of calculating Cosine Similarity between documents - Lucene - [mail # user]
...Hi all  I’m indexing collection of documents using Lucene specifying TermVerctor at the indexing time. Then I retrieve terms and their term frequencies by reading the index and calculat...
   Author: Kasun Perera, 2012-05-18, 09:19
Re: Getting the frequencies by corresponding order of documents were indexed - Lucene - [mail # user]
...On Fri, May 11, 2012 at 4:52 PM, Ian Lea  wrote:  Hi Ian  yes I'm sure 2nd doc is added second and I use debugger several times to confirm it. If I index 10 documents, I'm get...
   Author: Kasun Perera, 2012-05-11, 11:35
Getting the frequencies by corresponding order of documents were indexed - Lucene - [mail # user]
...I have collection of documents (say 10 documents)and i'm indexing them this way, by storing the term vector  StringReader strRdElt = new StringReader(content);       Docu...
   Author: Kasun Perera, 2012-05-11, 07:58
Sort:
project
Lucene (14)
type
mail # user (14)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (14)
author
Michael McCandless (5348)
Uwe Schindler (3260)
Robert Muir (3171)
Chris Hostetter (2782)
Erick Erickson (2518)
Grant Ingersoll (2514)
Erik Hatcher (2496)
Otis Gospodnetic (2361)
Mark Miller (2239)
Yonik Seeley (1990)
Simon Willnauer (1430)
Shai Erera (1263)
Doug Cutting (1108)
Dawid Weiss (964)
Ian Lea (926)
Kasun Perera