Changes between Version 11 and Version 12 of HibernateSearch


Ignore:
Timestamp:
Dec 1, 2008, 12:22:38 PM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HibernateSearch

    v11 v12  
    2424What filters should we use in our Analyzer? What is necessary are at least: !StandardTokenizer, !StandardFilter, and !LowerCaseFilter.
    2525
    26 Will we use a !StopFilter and if so, how do we decide what (language-dependent )stopwords list to use?
     26Will we use a !StopFilter and if so, how do we decide what (language-dependent) stopwords list to use?
    2727
    2828Do we use an NGramTokenFilter to help fuzzy searches? How is this better than using !FuzzyQuery at query time?
     
    3636Do we use a !SnowballFilter (stemming) ? Again, how will we deal with the different languages?
    3737
    38 We should look at the multi-lingual Lucene use in !SwissTopo, see [http://trac.osgeo.org/geonetwork/wiki/MultilingualIndexMechanism here]. Francois informs me that by next week the code should be in GN's SVN. They also do very interesting stuff using !GeoTools for more complex spatial queries, involving a !SpatialFilter in Lucene. We should carefully look at how this work is useful to our project.
     38We should look at the [http://trac.osgeo.org/geonetwork/wiki/MultilingualIndexMechanism multi-lingual Lucene use in !SwissTopo]. François informs me that by next week the code should be in GN's SVN. They also do very interesting stuff using !GeoTools for more complex spatial queries, involving a !SpatialFilter in Lucene. We should carefully look at how this work is useful to our project.
    3939
    4040----