Changes between Version 12 and Version 13 of XPATH


Ignore:
Timestamp:
Apr 17, 2009, 4:05:17 AM (15 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XPATH

    v12 v13  
    2929
    3030I'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 {{{
     33UPDATE : 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
     34version 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
     35code 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
     36inline. Hmmmph...
     37 }}}
    3138
    3239An 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).