Changes between Version 9 and Version 10 of XPATH
- Timestamp:
- 04/17/09 02:46:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XPATH
v9 v10 42 42 * use an extra field in the Lucene index to store XPATH information 43 43 * the information stored at index time could be a !LocationPath to the object being indexed, which could be matched at search time to XPATH queries 44 * Erik thinks this approach would 'pollute' our domain driven development model, as there is no intrinsic justification for this extra index field in our domain. 44 * Erik thinks this approach would 'pollute' our domain driven development model, as there is no intrinsic justification for this extra index 45 field in our domain. 45 46 * Heikki thinks that that doesn't matter, because the structure of a Lucene index is inherently not domain-driven (for example there are 46 47 fields that are repeated TOKENIZED and NON-TOKENIZED to allow for both full text search and ordering of results).