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

chengyunyun commented on SOLR-7193:
-----------------------------------

pressure test environment:
•       Client used Spring restful,
•       User:500
•       Total data:3 million
•       Problem: solr log search time is only 30ms; but searchClient execute 
server.query(SolrQuery query) need more time,even 30s;time gap is very large.
is it related to CPU or memory?

> Concatenate words from token stream
> -----------------------------------
>
>                 Key: SOLR-7193
>                 URL: https://issues.apache.org/jira/browse/SOLR-7193
>             Project: Solr
>          Issue Type: New Feature
>          Components: Schema and Analysis
>            Reporter: abhishek bafna
>         Attachments: concatenate_words.patch
>
>
> The user entered data often don't have proper spacing between words and words 
> spelling and format also varies from data like business names, address etc. 
> After tokenizing data, we might perform pattern replacement, stop word 
> filtering etc. Later we want to concatenate all the tokens and generate 
> n-grams token for indexing business name and perform the fuzzy match.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to