Skip to content

Commit

Permalink
HSEARCH-3458 Document that only Lucene analyzers can be retrieved wit…
Browse files Browse the repository at this point in the history
…h SearchFactory.getAnalyzer
  • Loading branch information
yrodiere committed Jan 31, 2019
1 parent 5eee244 commit 2b566bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orm/src/main/java/org/hibernate/search/SearchFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public interface SearchFactory {
*
* @throws java.lang.IllegalArgumentException in case {@code clazz == null} or the specified
* class is not an indexed entity.
* @throws org.hibernate.search.exception.SearchException if the entity is not indexed with Lucene,
* but with an alternative technology such as Elasticsearch.
*/
Analyzer getAnalyzer(Class<?> clazz);

Expand Down

0 comments on commit 2b566bb

Please sign in to comment.