Module extensions/lucenesearch/src/helma/extensions/lucenesearch/

back to main page

Summary Period: 2003-04-04 to 2003-05-05

Modules

[root]/extensions/lucenesearch/src/helma/extensions/lucenesearch
     fesi (6 files, 1045 lines)

Lines of Code


Total Lines Of Code: 570 (2006-01-13 18:49)

Authors

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 1034 (100.0%) 34.4
stefanp 29 (96.7%) 1013 (98.0%) 34.9
robert 1 (3.3%) 21 (2.0%) 21.0

Most Recent Commits

stefanp 2003-05-05 10:47

- added "si" for getting a SimpleAnalyzer in Queries and Indexes

- added _mergeFactor and _maxMergeDocs properties to index object

37 lines of code changed in:

stefanp 2003-04-11 12:04

fixed nullpointer if index dir has not yet been created

7 lines of code changed in:

stefanp 2003-04-09 13:02

all documents in an index can be reached through search.indexname[idx],
number of documents is available via search.indexname.length

therefore dropped Index.count()

10 lines of code changed in:

stefanp 2003-04-09 12:26

Index objects are now created at application startup, additional indizes are
added with mount/createIndex.

Indizes are now enumerated by indexNames(appName) only and root
just in the internal map of indizes and not in the filesystem anymore.

18 lines of code changed in:

stefanp 2003-04-09 12:07

fixed possible nullpointerexception in createIndex()

3 lines of code changed in:

stefanp 2003-04-08 22:47

added comments

104 lines of code changed in:

stefanp 2003-04-08 22:29

added mountIndex, createIndex() can now create indizes anywhere
in the filesystem and not only in the predefined dir

28 lines of code changed in:

stefanp 2003-04-08 21:54

tried to repair broken cr-lf's

383 lines of code changed in:

stefanp 2003-04-08 16:21

oops

1 lines of code changed in:

stefanp 2003-04-08 16:16

cleaned up toString()

4 lines of code changed in:

stefanp 2003-04-08 16:15

tiny syntax fix

1 lines of code changed in:

stefanp 2003-04-08 15:07

only create Index object if there is a valid index in the filesystem

8 lines of code changed in:

stefanp 2003-04-08 14:42

improved error handling: methods of Index return true/false, Index objects have a
new method getLastError()

4 lines of code changed in:

stefanp 2003-04-08 14:28

changed and improved index creation and management

20 lines of code changed in:

stefanp 2003-04-08 14:28

- index object can be constructed without creating directory & index files
- checkIndex() -> create()

6 lines of code changed in:

stefanp 2003-04-08 14:07

default language/Analyzer is StandardAnalyzer, now only hardcoded
in final field DEFAULT_LANG in LuceneExtension.java

9 lines of code changed in:

robert 2003-04-08 11:34

added methods removeDocument() and clear()

21 lines of code changed in:

stefanp 2003-04-07 16:02

delete Index objects when an app goes down

3 lines of code changed in:

stefanp 2003-04-07 15:57

an object wrapping the result array from Hits object, so that we
can destroy this and the Searcher object

41 lines of code changed in:

stefanp 2003-04-07 15:57

created search method returning a Result object (which wraps the result-array)

13 lines of code changed in:

(3 more)

Generated by StatCVS 0.2.2