I don't use maven, but ...

: When I add this dependency  to my pom.xml, an error occurs. 
org.apache.lucene:lucene-contrib:jar:2.9.0 is missing.
        ...
: 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?

...there's no such thing as a "lucene-contrib" jar ... the contrib is a 
collection of jars.  I'm not sure what that directory/pom is for.

: 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.

FastVectorHighlighter is in contrib/fast-vector-highlighter ... i'm not 
sure where you'd find that in maven.



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to