mirror of https://github.com/apache/lucene.git
added LuceneStorage
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
be12c931f4
commit
91b3058b38
|
@ -1,4 +1,16 @@
|
|||
$id: $
|
||||
$Id$
|
||||
|
||||
2002-06-18 (cmarschner)
|
||||
* added an experimental version of Lucene storage. see FetcherMain.java for details how to use it
|
||||
LuceneStorage simply saves all fields as specified in WebDocument. add a converter to the
|
||||
storage pipeline before LuceneStorage to do preprocessing
|
||||
|
||||
2002-06-17 (cmarschner)
|
||||
* moved HostInfo and HostManager to larm.net package
|
||||
* included URLNormalizer (todo: source code Docs)
|
||||
* changed filters to use normalized URLs when appropriate;
|
||||
logs contain normalized version of referer and URL now
|
||||
(todo: change description of log format in technical_overview.rtf)
|
||||
|
||||
2002-06-01 (cmarschner)
|
||||
* divided Storage into LinkStorage and DocumentStorage
|
||||
|
|
Loading…
Reference in New Issue