Re: How to return more fields on Solr 4.5.1 Suggester?

2014-03-17 Thread Lajos
access to the fields you want. Regards, Lajos On 17/03/2014 14:05, omer sonmez wrote: I am using Solr 4.5.1 to suggest movies for my system. What i need solr to return not only the move_title but also the movie_id that belongs to the movie. As an example; this is kind of what i

Re: /suggest

2014-03-17 Thread Lajos
! Regards, Lajos Moczar On 17/03/2014 22:11, Steve Huckle wrote: Hi, The Suggest Search Component that comes preconfigured in Solr 4.7.0 solrconfig.xml seems to thread dump when I call it: http://localhost:8983/solr/suggest?spellcheck=onq=acwt=jsonindent=true msg:No suggester named default

Re: Problems using solr.SpatialRecursivePrefixTreeFieldType

2014-03-16 Thread Lajos
Hi Hamish, Are you running Jetty? In Tomcat, I've put jts-1.13.jar in the WEB-INF/lib directory of the unpacked distribution and restarted. It worked fine. Maybe check file permissions as well ... Regards, Lajos On 16/03/2014 10:18, Hamish Campbell wrote: Hey all, Trying to use

Re: Best practice to support multi-tenant with Solr

2014-03-15 Thread Lajos
own set of tools over the years and they work quite well. Finally, I would (in general) argue for cloud-based implementations to give you data redundancy, but that decision would require more information. HTH, Lajos Moczar theconsultantcto.com Enterprise Lucene/Solr On 14/03/2014 23:10

Re: Best practice to support multi-tenant with Solr

2014-03-15 Thread Lajos
my argument for multiple low-end tenants per collection, and then only give your higher-end tenants their own collections. Just to make things simpler for you ;) Regards, Lajos From: Lajos la...@protulae.com To: solr-user@lucene.apache.org Sent: Saturday

Re: Best practice to support multi-tenant with Solr

2014-03-15 Thread Lajos
and collections, but via different strategies. More inline ... On 15/03/2014 19:17, shushuai zhu wrote: Hi Lajos, thanks again. Your suggestion is to support multi-tenant via collection in a Solr Cloud: putting small tenants in one collection and big tenants in their own collections. My

Re: SOLR cloud disaster recovery

2014-02-28 Thread Lajos
that the replicas for that node, as listed in clusterstate.json, are present and accounted for. HTH, Lajos On 28/02/2014 16:17, Jan Van Besien wrote: Hi, I am a bit confused about how solr cloud disaster recovery is supposed to work exactly in the case of loosing a single node completely. Say I

Re: SOLR cloud disaster recovery

2014-02-28 Thread Lajos
that the replicas for that node, as listed in clusterstate.json, are present and accounted for. HTH, Lajos On 28/02/2014 16:17, Jan Van Besien wrote: Hi, I am a bit confused about how solr cloud disaster recovery is supposed to work exactly in the case of loosing a single node completely. Say I

StackOverflow ... the errors, not the site

2014-02-28 Thread Lajos
at org.apache.lucene.util.automaton.SpecialOperations.getFiniteStrings(SpecialOperations.java:259)^M at org.apache.lucene.util.automaton.SpecialOperations.getFiniteStrings(SpecialOperations.java:259)^M etc etc Any ideas?? Thanks, Lajos

excludeIds in QueryElevationComponent (4.7)

2014-02-25 Thread Lajos
I open a JIRA? Looking at the source code I can't immediately see what would be wrong. Thanks, Lajos

Re: excludeIds in QueryElevationComponent (4.7)

2014-02-25 Thread Lajos
Hit the send button too fast ... What is seems that is happening is that excludeIds or elevateIds ignores what's in elevate.xml. I would have expected (hoped) that it would layer on top of that, which makes a bit more sense I think. Thanks, Lajos On 25/02/2014 22:58, Lajos wrote: Guys

Re: excludeIds in QueryElevationComponent (4.7)

2014-02-25 Thread Lajos
Thanks Hoss, that makes sense. Anyway, I like the new paradigm better ... it allows for more intelligent elevation control. Cheers, L On 25/02/2014 23:26, Chris Hostetter wrote: : What is seems that is happening is that excludeIds or elevateIds ignores : what's in elevate.xml. I would

Unloading a SolrCloud core in 4.6.0

2014-02-13 Thread Lajos
/response I had to resort to DELETEREPLICA, which worked fine, but I just wanted to verify whether this is a bug or intended behavior. Lots of older docs say to use UNLOAD for these situations. Thanks, Lajos

Re: Announce list

2014-02-03 Thread Lajos
There's always http://projects.apache.org/feeds/rss.xml. L On 03/02/2014 14:59, Arie Zilberstein wrote: Hi, Is there a mailing list for getting just announcements about new versions? Thanks, Arie

Re: Solr middle-ware?

2014-01-22 Thread Lajos
I can use to validate input; if ever the situation warranted, I could use a filter to check for anything malicious. I can also layer security on top as well. Cheers, Lajos On 22/01/2014 06:45, Alexandre Rafalovitch wrote: So, everybody so far is exposing Solr directly to the web

Solr Cloud on HDFS

2014-01-22 Thread Lajos
Hi all, I've been running Solr on HDFS, and that's fine. But I have a Cloud installation I thought I'd try on HDFS. I uploaded the configs for the core that runs in standalone mode already on HDFS (on another cluster). I specify the HdfsDirectoryFactory, HDFS data dir, solr.hdfs.home, and

Re: Solr Cloud on HDFS

2014-01-22 Thread Lajos
Uugh. I just realised I should have take out the data dir and update log definitions! Now it works fine. Cheers, L On 22/01/2014 11:47, Lajos wrote: Hi all, I've been running Solr on HDFS, and that's fine. But I have a Cloud installation I thought I'd try on HDFS. I uploaded the configs

Re: Solr Cloud on HDFS

2014-01-22 Thread Lajos
following your work recently, would be interested in helping out on this if there's the chance. Is there a JIRA yet on this issue? Thanks, lajos On 22/01/2014 16:57, Mark Miller wrote: Right - solr.hdfs.home is the only setting you should use with SolrCloud. The documentation should

Re: Solr Cloud on HDFS

2014-01-22 Thread Lajos
nodes to running nodes. - Mark On Jan 22, 2014, 12:57:46 PM, Lajos la...@protulae.com wrote: Thanks Mark ... indeed, some doc updates would help. Regarding what seems to be a popular question on sharding. It seems that it would be a Good Thing that the shards for a collection running HDFS

Re: Advantages of different Servlet Containers

2009-10-02 Thread Lajos
Just go for Tomcat. For all its problems, and I should know having used it since it was originally JavaWebServer, it is perfectly capable of handling high-end production environments provided you tune it correctly. We use it with our customized Solr 1.3 version without any problems. Lajos

Help! Issue with tokens in custom synonym filter

2009-08-31 Thread Lajos
Hi all, I've been writing some custom synonym filters and have run into an issue with returning a list of tokens. I have a synonym filter that uses the WordNet database to extract synonyms. My problem is how to define the offsets and position increments in the new Tokens I'm returning. For

Re: Help! Issue with tokens in custom synonym filter

2009-08-31 Thread Lajos
requirements essentially mean we have to do the heavy lifting within the filter itself. Not that I'm opposed, it is just that I'm apparently missing something simple still. Thanks for the replies. Lajos Smiley, David W. wrote: Although this is not a direct answer to your question, you may want