document boost at lucene 4.8.1
Hi all, How come in 4.8.1, the document.setBoost method is missing. So what is the method for document level boost now? Regards, Jun
RE: Lucene installation
Hi Fatemeh There are multiple libraries in lucene, you have to import necessary ones for your need. As far as I know, org.apache.lucene.analysis.standard.StandardAnalyzer is in the analysis project. You try to add that one and try. Jun From: Fatemeh La