Changes between Version 12 and Version 13 of XPATH
- Timestamp:
- 04/17/09 04:05:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XPATH
v12 v13 29 29 30 30 I'm currently looking into their sources to learn more about their implementation, specifically [http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/util/SearchLanguageConversion.html org.alfresco.util.SearchLanguageConversion]. 31 32 {{{ 33 UPDATE : the class mentioned above does not (no longer?) exist. I've looked at Alfresco's alfresco-community-sdk-2.9.0B source, as they indicate that their 34 version 3.0 is broken. In this source package there is a class org.alfresco.repo.search.impl.lucene.LuceneXPathHandler. However, even from just looking at the 35 code I can seen an inevitable NullPointerException, so I don't think this works all that well either. And of course the sources are very poorly documented 36 inline. Hmmmph... 37 }}} 31 38 32 39 An exchange on the [http://www.mail-archive.com/solr-user@lucene.apache.org/msg07186.html Solr mailing list] point in the same direction (i.e. storing XPATH info in the Lucene index).