[hibernate-commits] [hibernate/hibernate-search] ba40a3: HSEARCH-2157 Remove options of SpatialFieldBridgeB...

GitHub noreply at github.com
Fri Jun 17 18:50:01 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: ba40a3065a6bc452719b762f3091bc34a05ec2f9
      https://github.com/hibernate/hibernate-search/commit/ba40a3065a6bc452719b762f3091bc34a05ec2f9
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-06-17 (Fri, 17 Jun 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/search/spatial/SpatialFieldBridgeByHash.java

  Log Message:
  -----------
  HSEARCH-2157 Remove options of SpatialFieldBridgeByHash which are both not exposed and misleading

The hash filter needs both the hash fields and the numeric fields to
work as the hash is used to prefilter the results and the numeric fields are
then used to return the exact results.




More information about the hibernate-commits mailing list