Re: App server?

2013-10-02 Thread Furkan KAMACI
I've answered a similar question before as like yours. Here is my thoughts: Of course you may have some reasons to use Tomcat or anything else (i.e. your stuff may have more experience at Tomcat etc.) However developers generally runsJetty because it is default for Solr and I should point that Sol

Re: Unable to deplay solr 4.3.0 on jboss EAP 6.1 in mode full JavaEE 6

2013-10-02 Thread Roland Everaert
No, I have not. I am now working on something else, and I really don't know how to investigate this problem :( On Wed, Oct 2, 2013 at 8:24 PM, delkant wrote: > Did you solve this problem?? I'm dealing exactly with the same issue! > Please > share the solution if you have it. Thanks! > > > > --

Re: Highlighting question

2013-10-02 Thread ewinclub7
อันดับแรกให้เช็คก่อนว่า คุณมีจำนวนเงินขั้นต่ำพอที่จะถอนหรือไม่ ก้าวขึ้นมาครองใจผู้บริโภคดีที่สุดในประเทศไทย ยิ่งเป็นกลุ่มคนสมัยใหม่แล้วยิ่งชอบ แต่เมื่อนักเล่นสมัยใหม่ได้สัมผัสกับวิธีเล่นออนไลน์แล้ว ทำให้นักเล่นมีความชื่นชมชื่นชอบเป็นอย่างยิ่ง พนันบอล

Re: App server?

2013-10-02 Thread Otis Gospodnetic
We run all our stuff (solr and everything else webappy) under Jetty. Never Tomcat. Otis Solr & ElasticSearch Support http://sematext.com/ On Oct 2, 2013 6:45 PM, "Mark" wrote: > Is Jetty sufficient for running Solr or should I go with something a > little more enterprise like tomcat? > > Any oth

Re: App server?

2013-10-02 Thread Tim Vaillancourt
Jetty should be sufficient, and is the more-common container for Solr. Also, Solr tests are written for Jetty. Lastly, I'd argue Jetty is just-as "enterprise" as Tomcat. Google App Engine (running lots of enterprise), is Jetty-based, for example. Cheers, Tim On 2 October 2013 15:44, Mark wrot

App server?

2013-10-02 Thread Mark
Is Jetty sufficient for running Solr or should I go with something a little more enterprise like tomcat? Any others?

Re: Unable to deplay solr 4.3.0 on jboss EAP 6.1 in mode full JavaEE 6

2013-10-02 Thread delkant
Did you solve this problem?? I'm dealing exactly with the same issue! Please share the solution if you have it. Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Unable-to-deplay-solr-4-3-0-on-jboss-EAP-6-1-in-mode-full-JavaEE-6-tp4084528p4093183.html Sent from the Sol

Re: Problems with maxShardsPerNode in 4.5

2013-10-02 Thread Shalin Shekhar Mangar
You are right Brett. There's plenty more to be done. I can't promise when all these improvements will be done but at least some should make it to 4.6 https://issues.apache.org/jira/browse/SOLR-5128 On Wed, Oct 2, 2013 at 9:35 PM, Brett Hoerner wrote: > Shalin, > > Thanks for the fix. There's st

Re: Next official Solr release

2013-10-02 Thread Chris Hostetter
: I am working on a project that needs Solr 'block join' feature that : currently available in 4.6 nightly build. My boss feel more comfortable : with an FWIW: block join is in 4.5 which should hit the mirrors this week... https://issues.apache.org/jira/browse/SOLR-3076 -Hoss

Re: Submitting Multiple JSON documents from Solr Admin Documents

2013-10-02 Thread Chris Hostetter
: After putting brackets around the doucments: : : [{"id":"change.me","title":"change.me"},{"id":"change2.me","title":"change.me2"}] : : I get the following error: There are two ways of submitting JSON using the /documents screen... 1) select "JSON" from the pulldown... this accepts only

Re: Submitting Multiple JSON documents from Solr Admin Documents

2013-10-02 Thread Dennis Brundage
After putting brackets around the doucments: [{"id":"change.me","title":"change.me"},{"id":"change2.me","title":"change.me2"}] I get the following error: "msg": "Expected: OBJECT_START but got ARRAY_START at [16]", I can submit multiple documents using post.jar, but was curious if there is s

Re: Submitting Multiple JSON documents from Solr Admin Documents

2013-10-02 Thread Jack Krupansky
Use square brackets (array) around a list of documents: [{"id":"change.me","title":"change.me"},{"id":"change2.me","title":"change.me2"}] -- Jack Krupansky -Original Message- From: Dennis Brundage Sent: Wednesday, October 02, 2013 11:46 AM To: solr-user@lucene.apache.org Subject: Subm

Re: Submitting Multiple JSON documents from Solr Admin Documents

2013-10-02 Thread Stefan Matheis
Hm, actually this post made me think, perhaps it would be a good idea to integrate some kind of client-side validation? So we could report back at least those "basic" JSON-format errors? -Stefan On Wednesday, October 2, 2013 at 6:15 PM, Stefan Matheis wrote: > Dennis > > Have a look at the

Re: Submitting Multiple JSON documents from Solr Admin Documents

2013-10-02 Thread Stefan Matheis
Dennis Have a look at the wiki .. last code-block in the section: http://wiki.apache.org/solr/UpdateJSON#Example -Stefan On Wednesday, October 2, 2013 at 5:46 PM, Dennis Brundage wrote: > Is it possible to submit multiple JSON documents through the Solr Admin > Documents page? > > The defau

Re: Problems with maxShardsPerNode in 4.5

2013-10-02 Thread Brett Hoerner
Shalin, Thanks for the fix. There's still part of the underlying issue that I consider a bug or a documentation problem: how do I adjust maxShardsPerNode after my collection has been created, and/or how can I disable it being checked/used at all? It seems odd to me that I have to set it to an odd

Submitting Multiple JSON documents from Solr Admin Documents

2013-10-02 Thread Dennis Brundage
Is it possible to submit multiple JSON documents through the Solr Admin Documents page? The default json is: {"id":"change.me","title":"change.me"}. If I try to add a second document such as {"id":"change.me2","title":"change.me"}, and submit them together, I get parsing errors. I have tried: 1.

Re: SolrCloud Nodes infrastucture

2013-10-02 Thread Shawn Heisey
On 10/2/2013 4:15 AM, maephisto wrote: > Even more, is it possible to use just 3 big mean machines, each with a ZK > instance and 2 Solr instances ? Would I be sacrificing performance? To supplement the replies you've already gotten: Don't run more that one Solr instance per machine. One Solr in

Re: upgrading from Solr 3.5 to Solr 4.X

2013-10-02 Thread Shawn Heisey
On 10/2/2013 1:08 AM, subacini Arunkumar wrote: > We are planning to upgrade from Solr 3.5 to Solr 4.x version. Appreciate if > you can provide any pointers/documentation on step by step by changes. > > Also, the reason for upgrading is to use Solr join [not solr cloud or any > other feature]. So

Re: Next official Solr release

2013-10-02 Thread Shawn Heisey
On 10/1/2013 10:21 PM, Simon Zeng wrote: > I am working on a project that needs Solr 'block join' feature that currently > available in 4.6 nightly build. My boss feel more comfortable with an > official release like 4.4. I am wondering if there is any target release > date for Solr 4.6(+) or 5.

Next official Solr release

2013-10-02 Thread Simon Zeng
Hi Solr team, I am working on a project that needs Solr 'block join' feature that currently available in 4.6 nightly build. My boss feel more comfortable with an official release like 4.4. I am wondering if there is any target release date for Solr 4.6(+) or 5.0? Thanks, Simon

Re: Configure Solr to use http proxy for querying shards?

2013-10-02 Thread Dan Bolser
In answer to my own question (with help from steffkes in IRC): Solr doesn't allow for proxy configuration, however, you can configure the proxy used by the JVM, and Solr uses the 'SystemDefaultHttpClient', i.e. java -jar start.jar\ -Dhttp.proxyHost=our.proxy.boxy -Dhttp.proxyPort=8080 Cheers,

Configure Solr to use http proxy for querying shards?

2013-10-02 Thread Dan Bolser
Hi, I'm running my Solr server on a box which can only see 'the web' via an http proxy. For most applications it's as simple as setting http_proxy in the shell environment to get them to see the 'the web'. However, this isn't working for Solr. The reason this is an issue is because my Solr server

upgrading from Solr 3.5 to Solr 4.X

2013-10-02 Thread subacini Arunkumar
Hi Solr Team, We are planning to upgrade from Solr 3.5 to Solr 4.x version. Appreciate if you can provide any pointers/documentation on step by step by changes. Also, the reason for upgrading is to use Solr join [not solr cloud or any other feature]. So which version is better Solr 4.0 or higher

UML diagrams for solr

2013-10-02 Thread Nutan
Hello, I need UML diagrams(class,component,deployment,architecture diagrams) for Solr, where can I get these diagrams? Any help will be appreciated. -- View this message in context: http://lucene.472066.n3.nabble.com/UML-diagrams-for-solr-tp4093126.html Sent from the Solr - User mailing list a

Re: Problems with maxShardsPerNode in 4.5

2013-10-02 Thread Shalin Shekhar Mangar
I have committed a fix for 4.6 http://issues.apache.org/jira/browse/SOLR-5295 On Wed, Oct 2, 2013 at 10:34 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Thanks for reporting this Brett. This is indeed a bug. A workaround is to > specify replicationFactor=1 with the createShard co

Re: SolrCloud Nodes infrastucture

2013-10-02 Thread Shalin Shekhar Mangar
You can use the Collections API to dynamically create the collection. See https://cwiki.apache.org/confluence/display/solr/Collections+API On Wed, Oct 2, 2013 at 4:49 PM, maephisto wrote: > Thank you Shalin! > > Let's assume that this configuration is all set up, 3 machines each with 2 > Solr

Re: SolrCloud Nodes infrastucture

2013-10-02 Thread maephisto
Thank you Shalin! Let's assume that this configuration is all set up, 3 machines each with 2 Solr instances and a Zk, and I have for collection1 3 shards and 3 replicas. What if I want to add one more collection, sharded in 3 shards with a replicationFactor=2 ? How can I do this, can it be done

[Schemaless mode] Solr admin - core schema exception

2013-10-02 Thread Alessandro Benedetti
Hi guys, I think this is a very simple bug, but i didn't know where to quickly post it : In the schemaless mode, in the solr admin, if you select a Core and then select the schema tab, a wild error will appear, because no schema.xml file exists : http://localhost:8983/solr/collection1/admin/file?

Re: SolrCloud Nodes infrastucture

2013-10-02 Thread Shalin Shekhar Mangar
Yes, it is possible to use only 3 machines by specifying maxShardsPerNode=2 (default is one). You can even host all six on one machine with maxShardsPerNode=6 if you want. The shard allocation won't allocate more than one replica of the same shard on the same node if it can be helped. It will log

SolrCloud Nodes infrastucture

2013-10-02 Thread maephisto
Hi! I have some foggy stuff on my goggles when i'm looking at SolrCloud, maybe somebody can help me clear that out! Let's assume I have a collection that's split in 3 shards. That means i already have 3 nodes. Then I also want some replication - replication factor = 2. That's 3 more nodes. Zookee

SolrCloud looses connection to Zookeeper but stays down?

2013-10-02 Thread Henrik Ossipoff Hansen
We are slowly starting to move from a Master/slave setup into SolrCloud, and with the addition some new functionality on our site, we decided to give it a go in production (with a very minimal setup so far). We are experiencing that our nodes looses connection to ZK during the night according t

Re: Profiling Solr Lucene for query

2013-10-02 Thread Dmitry Kan
What Shawn has described is exactly what we do: classical distributed no-SolrCloud setup. This is why it was possible to implement a custom frontend solr instance. On Wed, Oct 2, 2013 at 12:42 AM, Shawn Heisey wrote: > On 10/1/2013 2:35 PM, Isaac Hebsh wrote: > >> Hi Dmitry, >> >> I'm trying to

Re: {soft}Commit and cache flusing

2013-10-02 Thread Dmitry Kan
right. We've got the autoHard commit configured only atm. The soft-commits are controlled on the client. It was just easier to implement the first version of our internal commit policy that will commit to all solr instances at once. This is where we have noticed the reported behavior. On Wed, Oct