- What is Serial Version UID : The serialVersionUIDis used as a version control in Serializable class. If you do not explicitly declare a serialVersionUID, JVM will does it for you automatically, based on various aspects of your Serializable class, as describe in the Java(TM) Object Serialization Specification.
- Lucene Index: before completing the Searching Index function : steps - TODO : try building an index on experimental DB (Joeri)
- * TODO : check if the index has been created, one way is to create a boolean value , or check if the index directory contains an index .
- currently works with boolean , later check the directory . The index may have been created in a previous run . We should find a way to figure out if it is the index we want to search . Like build in the correct database table.
- Is it defined inside the index? but how to search inside teh index ...Do not use vi ! :
- Use Luke : Lucene Index Toolbox : http://www.getopt.org/luke/
- Need also :
- Again, remember to put at least the three required JARs on your classpath, e.g.: java -classpath luke.jar;lucene.jar;lucene-misc.jar org.getopt.luke.Luke (in ~/.profile)
- ok , analyzers founds. Now test a search on our iindex....
- Other misc reading :
- Misc Links :
- An alternative literature search for Pubmed :
Download in other formats: