hey Robert, I know there is the documentation, I'm sorry I've confused setSimilarity with setSimilarityProvider.
However, my question was about "Similarity get(String field) method" (I cannot understand from documentation sorry). Should I create a customSimilarity class implementing the SimilarityProvider and then implement the get method ? Also, inside the get method should I check the passed string field and return different custom similarities classes ? thanks Patrick On 4 March 2011 19:57, Robert Muir <rcm...@gmail.com> wrote: > On Fri, Mar 4, 2011 at 1:18 PM, Patrick Diviacco > <patrick.divia...@gmail.com> wrote: > > So far, I know I can customize the similarity class for the searcher: > > searcher.setSimilarity(new BoostingSimilarity()); > > > > This is not correct.. have you read the javadocs? > > IndexSearcher doesn't have a setSimilarity() anymore, it has > setSimilarityProvider(). > I recommend reading CHANGES.txt, MIGRATE.txt, and the javadocs, where > this is all documented. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >