Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
On Sun, Aug 18, 2013 at 1:26 AM, Paul Libbrecht-4 [via Lucene] wrote: > I believe it is intended to be fine indeed ;-). > However any other installation with a webapps directory would be equivalent. Ok ;-)\ "Copy the Solr Home directory apache-solr-4.x.0/example/solr/ from the distribution to y

Re: Distance sort on a multi-value field

2013-08-17 Thread William Bell
We have been using 2155 for over 6 months in production with over 2M hits every 10 minutes. No OOM yet. 2155 seems great, and would this issue be any worse than 2155? On Wed, Aug 14, 2013 at 4:08 PM, Jeff Wartes wrote: > > Hm, "Give me all the stores that only have branches in this area" migh

Re: SOLR4 Spatial sorting and query string

2013-08-17 Thread William Bell
David, We noticed in 4.5 that "sort=geodist(store_geohash) asc" does not work anymore. It works only if we: "sfield=store_geohash&sort=geodist() asc" Thanks. On Thu, Aug 15, 2013 at 9:10 AM, David Smiley (@MITRE.org) < dsmi...@mitre.org> wrote: > Hi Roy, > > You'll have to calculate this clien

Re: Stripping Payload Fields

2013-08-17 Thread tamanjit.bin...@yahoo.co.in
Why dont you copy the data you want to suggest onto another field and suggest from there. Else the trimming will have to happen at the application end if that luxury is available. -- View this message in context: http://lucene.472066.n3.nabble.com/Stripping-Payload-Fields-tp4085264p4085288.html

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Paul Libbrecht
> Are they refering to solr-4.4.0/example/webapps directory here? > https://cwiki.apache.org/confluence/display/solr/Installing+Solr > But solr.war is already placed there. Is it fine? I believe it is intended to be fine indeed ;-). However any other installation with a webapps directory would be

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
On Sun, Aug 18, 2013 at 12:06 AM, Paul Libbrecht-4 [via Lucene] wrote: > > java -jar start.jar > (which is the equivalent to double-clicking start.jar) Are they refering to solr-4.4.0/example/webapps directory here? https://cwiki.apache.org/confluence/display/solr/Installing+Solr But solr.war

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Paul Libbrecht
>> Maybe it helps? >> If not, please indicate the servlet container you chose. > > I have installed java and solr 4.4.0. I guess I need to install Jetty > or Tomat. Not able to decide among both. But tried with Jetty. Is it > necessary to add new user to use Jetty?? Jetty comes bundled with Solr.

Stripping Payload Fields

2013-08-17 Thread Jeff Porter
I am in the middle of implementing the SOLR suggestion tool for our auto-suggest. I think I have everything setup, but I want the suggester to "suggest" terms that are in a payloads field for us. I have the suggestions returning correctly, but I want to eliminate the Payload field from the re

State sharing

2013-08-17 Thread Peyman Faratin
Hi I have subclassed a SearchComponent (call this class S), and would like to implement the following transaction logic: 1- Client K calls the S's handler 2- S spawns a thread and immediately acks K using rb.rsp.add("status","complete") then terminates public void process (ResponseBuilder rb)

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
On Sat, Aug 17, 2013 at 8:20 PM, Paul Libbrecht-4 [via Lucene] wrote: > > Maybe it helps? > If not, please indicate the servlet container you chose. I have installed java and solr 4.4.0. I guess I need to install Jetty or Tomat. Not able to decide among both. But tried with Jetty. Is it necessar

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Paul Libbrecht
>> What should I do? > Can you help make me understand the work flow? Kamaljeet, in most servlet-containers (e.g. Tomcat or Jetty), there is such a directory called webapps. In Sun Java App Server it is inside domains//applications/j2ee-modules/. Maybe it helps? If not, please indicate the ser

Re: Problems installing Solr4 in Jetty9

2013-08-17 Thread Robert Muir
On Sat, Aug 17, 2013 at 3:59 AM, Chris Collins wrote: > I am using 4.4 in an embedded mode and found that it has a dependency on > hadoop 2.0.5. alpha that in turn depends on jetty 6.1.26 which I think > pre-dates electricity :-} > I think this is only a "test dependency" ?

Re: struggling with solr.WordDelimiterFilterFactory

2013-08-17 Thread Erick Erickson
Vicky: Both examples work fine for me. Can you show us the results of adding &debug=query? It does NOT work if I search content:speedPost rather than Content:speedPost though, are you sure the casing of your field name case matches exactly? Also, be sure to re-index your data. Use the admin/analy

Re: Problems installing Solr4 in Jetty9

2013-08-17 Thread Chris Collins
I am using 4.4 in an embedded mode and found that it has a dependency on hadoop 2.0.5. alpha that in turn depends on jetty 6.1.26 which I think pre-dates electricity :-} C On Aug 17, 2013, at 12:44 AM, Tim Vaillancourt wrote: > Try adding 'ext' to your OPTIONS= line for Jetty. > > Tim > > O

Re: Problems installing Solr4 in Jetty9

2013-08-17 Thread Tim Vaillancourt
Try adding 'ext' to your OPTIONS= line for Jetty. Tim On 16/08/13 05:04 AM, Dmitry Kan wrote: Hi, I have the following jar in jetty/lib/ext: log4j-1.2.16.jar slf4j-api-1.6.6.jar slf4j-log4j12-1.6.6.jar jcl-over-slf4j-1.6.6.jar jul-to-slf4j-1.6.6.jar do you? Dmitry On Thu, Aug 8, 2013 at 1

Re: Where is the webapps directory of servlet container?

2013-08-17 Thread Kamaljeet Kaur
On Fri, Aug 16, 2013 at 11:58 PM, Kamal Kaur wrote: > What should I do? Can you help make me understand the work flow? -- Kamaljeet Kaur kamalkaur188.wordpress.com facebook.com/kaur.188 -- View this message in context: http://lucene.472066.n3.nabble.com/Where-is-the-webapps-directory-of-