Changes between Version 25 and Version 26 of BolsenaDraft2012
- Timestamp:
- 06/06/12 02:58:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BolsenaDraft2012
v25 v26 66 66 67 67 68 === Lucene indexing === 69 70 Actually, only fields defined in tokenized section in config-lucene.xml are analyzed by !LuceneQueryBuilder when used in searches. This means for example, if define a new analyzer similar to !KeywordAnalyzer to lowecase terms (in this case the field should not tokenized), !LuceneQueryBuilder will no apply the analyzer to search term, not working well the search if term provided has uppercase letters. 71 72 Review !LuceneQueryBuilder to apply the analyzers properly, independent if a field is defined in tokenized section in config-lucene.xml or not. 73 68 74 69 75 == Webspecs testing ==