Re: How to use Solr in my project

2013-12-29 Thread Gora Mohanty
On 29 December 2013 11:10, Fatima Issawi issa...@qu.edu.qa wrote: [...] We will have the full text stored, but we want to highlight the text in the original image. I expect to process the image after retrieval. We do plan on storing the (x, y) coordinates of the words in a database - I

Re: Maybe a bug for solr 4.6 when create a new core

2013-12-29 Thread YouPeng Yang
Hi Mark Miller It's great that you have fixed the bug. By the way,there is another point i want to remind you which I posted it before.I am just posting it again. Please check it again.whether is the autoCreated check here is fit? IAfter I create a new core with explicite shard and

Re: lots of tlog.

2013-12-29 Thread YouPeng Yang
Hi Mark Miller How can a log replay fail . And I can not figure out the reason of the exception. It seems to no BigDecimal type field in my schema. Please give some suggestions The exception : 133462 [recoveryExecutor-48-thread-1] WARN org.apache.solr.update. UpdateLog –

Re: Questions about integrateing SolrCloud with HDFS

2013-12-29 Thread YouPeng Yang
Hi Mark Are there have roadmap or plan about your futher work on Solr and with. I do anticipate your great work. Regards 2013/12/27 Mark Miller markrmil...@gmail.com 1. The exception and change in experience on the move to 4.6 seems like it could be a bug we want to investigate. 2.

Redis as Solr Cache

2013-12-29 Thread Alexander Ramos Jardim
While researching for Solr Caching options and interesting cases, I bumped on this https://github.com/dfdeshom/solr-redis-cache. Does anyone has any experience with this setup? Using Redis as Solr Cache. I see a lot of advantage in having a distributed cache for solr. One solr node benefiting

Re: Redis as Solr Cache

2013-12-29 Thread Upayavira
On Sun, Dec 29, 2013, at 02:35 PM, Alexander Ramos Jardim wrote: While researching for Solr Caching options and interesting cases, I bumped on this https://github.com/dfdeshom/solr-redis-cache. Does anyone has any experience with this setup? Using Redis as Solr Cache. I see a lot of

Re: lots of tlog.

2013-12-29 Thread Mark Miller
It can fail because it may contain a partial record - that is why that is warn level rather than error. A fail does not necessarily indicate a problem. - Mark On 12/29/2013 09:04 AM, YouPeng Yang wrote: Hi Mark Miller How can a log replay fail . And I can not figure out the

Re: Questions about integrateing SolrCloud with HDFS

2013-12-29 Thread Mark Miller
We have a few ideas we may end up working on. I'm going to start the implementation of the first idea pretty soon - I'll create a JIRA issue which will be the best way to keep tabs on the progress. I don't expect an initial implementation to take long. That's for something akin to the HBase

Re: Boosting results on value of field different from query

2013-12-29 Thread manju16832003
Hi Puneet, http://localhost:8983/solr/my/select?q=type:sedan^100 type:compact^10 (:*)^1wt=jsonindent=truefl=,scoredebug=resultsbf=recip(rord(publish_date),1,2,3)^1.5sort=score desc Not really. The query I mentioned it does not restrict the other types, instead it would push other types to

Re: Maybe a bug for solr 4.6 when create a new core

2013-12-29 Thread Mark Miller
Thanks - that is more bad code that needs to be removed. I'll reopen that issue and add to it. - Mark On Sun, Dec 29, 2013 at 8:56 AM, YouPeng Yang yypvsxf19870...@gmail.comwrote: Hi Mark Miller It's great that you have fixed the bug. By the way,there is another point i want to remind

RE: How to use Solr in my project

2013-12-29 Thread Fatima Issawi
Hi again, We have another program that will be extracting the text, and it will be extracting the top right and bottom left corners of the words. You are right, I do expect to have a lot of data. When would solr start experiencing issues in performance? Is it better to: INDEX: - document