Re: is phrase search possible in solr

2013-04-21 Thread qibaoyuan
Shingling filter may be help. > I want to do a phrase search in solr without analyzers being applied to it > eg - If I search for *"DelhiDareDevil"* (i.e - with inverted commas)it > should search the exact text and not apply any analyzers or tokenizers on > this field > However if i search for *

solr-cloud documents decouple issue

2013-04-21 Thread qibaoyuan
hello, I have plenty of docs and each docs maybe connected to many user-defined tags.I have used solr-cloud, and use JOIN to do this kind of job,and recently i know solr-cloud does not support distributed search.AND so this is a big problem so far.AND the decouple is quite impossible,becau

solr-cloud problem about user-specified tags

2013-04-19 Thread qibaoyuan
I have plenty of docs and each docs maybe connected to many user-defined tags.I have used sold-cloud, and use join to do this kind of job,and recently i know sole-cloud does not support distributed search.AND so this is a big problem so far.AND the decomposition is quite impossible,because docs

Re: solr-cloud performance decrease day by day

2013-04-19 Thread qibaoyuan
iting queue to disk exploads, cpu load > becomes heavier or network usage's exeeds limit. > > If you can recreate the decrease and monitor well, one of the above params > should pop up. Fixing it after defining the problem will be easier. > > Good day, > Manu > On Apr 19, 2013 10:26 AM, "qibaoyuan" wrote:

Re: solr-cloud performance decrease day by day

2013-04-19 Thread qibaoyuan
2013-4-19,下午3:17,Furkan KAMACI 写道: > Could you give more info about your index size and technical details of > your machine? Maybe you are indexing more data day by day and your RAM > capability is not enough anymore? > > 2013/4/19 qibaoyuan > >> Hello, >> i am u

solr-cloud performance decrease day by day

2013-04-19 Thread qibaoyuan
Hello, i am using sold 4.1.0 and ihave used sold cloud in my product.I have found at first everything seems good,the search time is fast and delay is slow,but it becomes very slow after days.does any one knows if there maybe some params or optimization to use sold cloud?