Hello everyone,
When I add this dependency to my pom.xml, an error occurs.
org.apache.lucene:lucene-contrib:jar:2.9.0 is missing.
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-contrib</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
I am trying to use org.apache.lucene.search.vectorhighlight.*;
http://repo1.maven.org/maven2/org/apache/lucene/lucene-contrib/2.9.0/ does not
contain jar file. Is this normal?
Which maven dependency should I use to include FastVectorHighlighter?
I added lucene-highlighter, lucene-misc, lucene-memory and lucene-core but it
didn't help.
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]