Re: solr-cloud problem about user-specified tags

2013-04-21 Thread Erick Erickson
bq: ... i know sole-cloud does not support distributed search..

huh? Or do you mean that solr cloud doesn't support distributed join?

You really have to give us a better idea what the problem you're
trying to solve is, you might review:
http://wiki.apache.org/solr/UsingMailingLists

Best
Erick

On Fri, Apr 19, 2013 at 6:14 AM, qibaoyuan qibaoy...@gmail.com wrote:
 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 and 
 user-defined docs are so huge,and many search is always searched on these two 
 fields.ANY good idea to deal with this problem??



Re: solr-cloud problem about user-specified tags

2013-04-21 Thread qibaoy...@gmail.com
yes,solr-cloud does not support distributed join.any good idea to slove my 
problem?

Erick Erickson erickerick...@gmail.com编写:

bq: ... i know sole-cloud does not support distributed search..

huh? Or do you mean that solr cloud doesn't support distributed join?

You really have to give us a better idea what the problem you're
trying to solve is, you might review:
http://wiki.apache.org/solr/UsingMailingLists

Best
Erick

On Fri, Apr 19, 2013 at 6:14 AM, qibaoyuan qibaoy...@gmail.com wrote:
 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 and user-defined docs are so huge,and many search is always searched on 
 these two fields.ANY good idea to deal with this problem??



Re: solr-cloud problem about user-specified tags

2013-04-21 Thread Erick Erickson
Well, the usual answer is to flatten your data such that you do not
_have_ to do a join in the first place.

But other than that kind of super-general answer, your question is too
lacking in detail to
provide any useful response.

Best
Erick

On Sun, Apr 21, 2013 at 10:04 AM, qibaoy...@gmail.com
qibaoy...@gmail.com wrote:
 yes,solr-cloud does not support distributed join.any good idea to slove my 
 problem?

 Erick Erickson erickerick...@gmail.com编写:

bq: ... i know sole-cloud does not support distributed search..

huh? Or do you mean that solr cloud doesn't support distributed join?

You really have to give us a better idea what the problem you're
trying to solve is, you might review:
http://wiki.apache.org/solr/UsingMailingLists

Best
Erick

On Fri, Apr 19, 2013 at 6:14 AM, qibaoyuan qibaoy...@gmail.com wrote:
 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 and user-defined docs are so huge,and many search is always searched 
 on these two fields.ANY good idea to deal with this problem??



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 and user-defined 
docs are so huge,and many search is always searched on these two fields.ANY 
good idea to deal with this problem??