You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Karol Sikora (JIRA)" <ji...@apache.org> on 2013/03/08 16:28:13 UTC

[jira] [Commented] (SOLR-4541) High QTime when wildcards in hl.fl are used

    [ https://issues.apache.org/jira/browse/SOLR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597219#comment-13597219 ] 

Karol Sikora commented on SOLR-4541:
------------------------------------

This is duplicate of SOLR-4540, I have no idea why it was posted twice.
                
> High QTime when wildcards in hl.fl are used
> -------------------------------------------
>
>                 Key: SOLR-4541
>                 URL: https://issues.apache.org/jira/browse/SOLR-4541
>             Project: Solr
>          Issue Type: Bug
>          Components: highlighter
>    Affects Versions: 4.1
>         Environment: Debian 6, Java 1.6.0_26 (Oracle)
>            Reporter: Karol Sikora
>
> I have indexed documents with fileds named like fulltext_[some id].
> I'm testing highlighting on document which have only one that field, fulltext_1234.
> When 'fulltext_*' is provided as hl.fl, QTime is horribly big (> 10s), when explicit 'fulltext_1234' is provided, QTime is acceptable (~30ms).
> I've found that using widlcards in hl.fl can increase QTime ( http://stackoverflow.com/questions/11774508/optimize-solr-highlighter), but it definitly should not cost so much.
> I'm using fastVectorHighliter in both cases.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org