[
https://issues.apache.org/jira/browse/SOLR-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662331#action_12662331
]
Shalin Shekhar Mangar commented on SOLR-949:
--------------------------------------------
bq. One note: I intended to use TermVectorComponent.COMPONENT_NAME in
SolrQuery, but ant would not compile because it complained about not being able
to find the package: package org.apache.solr.handler.component does not exist
The Solrj client is compiled separately from the core solr source to avoid any
dependency to the (large) core jar. The package you wanted to use is not in
solrj's compile classpath.
> Add QueryResponse and SolrQuery support for TermVectorComponent
> ---------------------------------------------------------------
>
> Key: SOLR-949
> URL: https://issues.apache.org/jira/browse/SOLR-949
> Project: Solr
> Issue Type: New Feature
> Components: clients - java
> Reporter: Aleksander M. Stensby
> Priority: Minor
> Attachments: SOLR-949.patch
>
>
> In a similar fashion to Facet information, it would be nice to have support
> for easily setting TermVector related parameters through SolrQuery, and it
> would be nice to have methods in QueryResponse to easily retrieve TermVector
> information
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.