Re: Problems with distributed MoreLikeThis

2013-08-08 Thread Shawn Heisey

On 8/6/2013 9:43 PM, manju16832003 wrote:

I'm not sure about the root cause in your case. However one thing to remember
while MLT is that, *MLT does not work with integer fields*.
In your case if 'catchall' is copyField and if you are trying to copy any
integer values verify it again :-).


The catchall field is a TextField, and all of the fields that feed it 
are string fields in the source database.  Off the top of my head, I 
think they are all VARCHAR, but I haven't checked for sure.  In 
schema.xml, all the source fields are TextField.  There are no numeric 
types involved.


Thanks,
Shawn



Re: Problems with distributed MoreLikeThis

2013-08-08 Thread Shawn Heisey

On 8/6/2013 1:18 PM, Shawn Heisey wrote:

I'm having some problems with distributed MLT.  On 4.4, it seems
completely broken.  Searches that work on 4.2.1 return an exception on
4.4.0.  This stackoverflow post shows the
EarlyTerminatingCollectorException I'm getting:

http://stackoverflow.com/questions/17866313/earlyterminatingcollectorexception-in-mlt-component-of-solr-4-4


I've filed SOLR-5125 for this.  I can't comment on the stackoverflow 
question, because I just created my account and don't have any 
reputation yet.  Can someone with a stackoverflow account that's got a 
high enough reputation please comment on the question, give them the URL 
for the jira issue, and ask them whether it's a single index or distributed?


https://issues.apache.org/jira/browse/SOLR-5125

Thanks,
Shawn



Re: Problems with distributed MoreLikeThis

2013-08-06 Thread manju16832003
I'm not sure about the root cause in your case. However one thing to remember
while MLT is that, *MLT does not work with integer fields*. 
In your case if 'catchall' is copyField and if you are trying to copy any
integer values verify it again :-).

Thanks




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Problems-with-distributed-MoreLikeThis-tp4082873p4082932.html
Sent from the Solr - User mailing list archive at Nabble.com.