Searched defs:like (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/queries/src/java/org/apache/lucene/search/similar/
H A DMoreLikeThis.java51 * Generate "more like this" similarity queries. Based on this mail: <code><pre>
69 * provide a "more like this" button on a search results page that does a decent job and has
72 * An efficient, effective "more-like-this" query generator would be a great contribution, if
74 * text), analyzer Analyzer, and return a set of representative terms using heuristics like those
95 * Query query = mlt.like( target);
108 * <li>then call one of the like() calls to generate a similarity query
362 * query with the {@link #like(int)} method, all other 'like' methods require
610 * Return a query that will return docs like the passed lucene document ID.
615 * @return a query that will return docs like th
617 public Query like(int docNum) throws IOException { method in class:MoreLikeThis
633 public Query like(File f) throws IOException { method in class:MoreLikeThis
649 public Query like(URL u) throws IOException { method in class:MoreLikeThis
659 public Query like(java.io.InputStream is) throws IOException { method in class:MoreLikeThis
665 public Query like(Reader r) throws IOException { method in class:MoreLikeThis
674 public Query like(Reader r, String fieldName) throws IOException { method in class:MoreLikeThis
[all...]

Completed in 12 milliseconds