"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
About/Contact
Kavitha
Aspire/J2EE
Java.net
OnJava.com
April, 2008
Android Book
About the book
Lookup Meaning
look up
more ..
Current Stuff
OSCON 2009
Android 15
OpenGL
My java.net Blog
Questions
Feedback
More...
My other writings
My AKC Blog
At O'Reilly
Humanities
Humanities Current
Humanities 2007
Telugu related
Letters
Recipies
Jax Restaurants
Articles
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Paul's links
AS400 interop
Industries
Supply Chain
Health Care
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.
Description to be entered
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.
Click on the link
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