"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
Home
About/Contact
Twitter
Aspire/J2EE
Github
Pro Android 4
Our Android Books
Lookup Meaning
look up
more ..
Stuff I used to do
java.net Blog
At O'Reilly
Articles
Humanities
Humanities Current
Humanities 2007
Telugu related
Shells
Books
Music
Letters
Recipes
Jax Restaurants
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Industries
Supply Chain
Health
25-May-07
Welcome to Lucene Notes.
This is the main thread for understanding the Lucene work I have been doing over the last couple of months.
You will find here what I have found out about Lucene. Consider this your online mini text book on lucene.
You will find here
1. History of lucene 2. References 3. Articles 4. APIs 5. Sample code 6. Research
Drop me a note if you have any questions that I can answer.
1-Mar-10
working sample code. Not organized in any specific order. Provided here to act as a scrap book for coding using the lucene api.
16-Aug-05
Given a unique key such as a URL, locate the document and return its term frequency vector.
public void printFieldNames() throws IOException { Collection fieldNames = getReader().getFieldNames(); Iterator itr = fieldNames.iterator(); while(itr.hasNext()) { Log.log((String)itr.next()); } }
An index reader has a getFieldNames() method. This will return an iterator of strings representing the field names.
Page Menu
Print
Sort by Date
Sort by Name
Titles
> Summaries
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format