Changes between Version 27 and Version 28 of BolsenaDraft2012
- Timestamp:
- 06/11/12 00:49:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BolsenaDraft2012
v27 v28 39 39 40 40 41 == On going proposal ==41 == On going proposals == 42 42 * See [wiki:proposals] page 43 43 * [wiki:proposals/DCATandRDFServices Data Catalog Vocabulary and RDF services] 44 44 * [wiki:proposals/UserProfileByGroup User with multiple profiles] 45 46 == On going tickets == 47 48 * Lucene indexing, analyzed non tokenized field #946 49 * #931 50 51 52 == Discussion on GUIs == 53 45 54 46 55 == Discussion on architecture updates == … … 67 76 68 77 69 === Lucene indexing ===70 71 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.72 73 Review !LuceneQueryBuilder to apply the analyzers properly, independent if a field is defined in tokenized section in config-lucene.xml or not.74 78 75 79