| org.hibernate.search.indexes.serialization.impl.LuceneWorkHydrator.addFieldWithBinaryData(String, byte[], int, int, float, boolean, boolean) |
| org.hibernate.search.indexes.serialization.spi.LuceneWorksBuilder.addFieldWithBinaryData(String, byte[], int, int, float, boolean, boolean)
addFieldWithBinaryData(String name, byte[] value, int offset, int length)
|
| org.hibernate.search.engine.impl.DocumentBuilderHelper.extractObjectFromFieldable(IndexableField)
we should know the projection rules from the metadata rather than guess from the field properties
|
| org.hibernate.search.engine.impl.DocumentBuilderHelper.extractStringFromFieldable(IndexableField)
we should know the projection rules from the metadata rather than guess from the field properties
|
| org.hibernate.search.query.engine.spi.HSQuery.getSearchFactoryImplementor()
should be at most SearchFactoryIntegrator, preferably removed altogether
|
| org.hibernate.search.query.dsl.FuzzyContext.withThreshold(float)
|