Re: Python and solr - Should I give up on this?

2012-04-07 Thread K Wong
Have you looked at Django Haystack? What are you trying to do? What have you looked at? How are the existing methods not meeting your needs? Java is a good web development language if you are evaluating your language options. K On Sat, Apr 7, 2012 at 8:51 PM, Spadez wrote: > Hi. > > Python is

Python and solr - Should I give up on this?

2012-04-07 Thread Spadez
Hi. Python is becoming an extremely popular language for web programming but the official python-solr interface isn't included since 1.3 and a lot of the ones on the web seem good but not production worthy yet, like mysolr. Can solr be used with python in a production environment or will I be for

Re: upgrade 3.5 to 4.0

2012-04-07 Thread Darren Govoni
In my opinion, its never a good idea to overwrite files of a previous version with a new version. The easiest thing would be to just deploy the solr war file into tomcat and let tomcat manage the webapp, files, etc. On Sat, 2012-04-07 at 22:39 -0400, Dan Foley wrote: > I have download the nightl

upgrade 3.5 to 4.0

2012-04-07 Thread Dan Foley
I have download the nightly snapshot of v 4.0 and would like to install it to my tomcat install of solr 3.5 can i simply overwrite the current files or is there a correct method for doing so? please advise.. thanks -- Dan Foley Owner - PHP Web Developer _

how to correctly facet clothing multiple sizes and colors?

2012-04-07 Thread danjfoley
I've been searching for a solution to my issue, and this seems to come closest to it. But not exactly. I am indexing clothing. Each article of clothing comes in many sizes and colors, and can belong to any number of categories. For example take the following: I add 6 documents to solr as follow

Re: To truncate or not to truncate (group.truncate vs. facet)

2012-04-07 Thread danjfoley
I've been searching for a solution to my issue, and this seems to come closest to it. But not exactly. I am indexing clothing. Each article of clothing comes in many sizes and colors, and can belong to any number of categories. For example take the following: I add 6 documents to solr as follows:

Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-07 Thread Jamie Johnson
Yes very similar. I had hard coded /solr but it was these locations. I'll update to use the provided patch and reverify on Monday. On Saturday, April 7, 2012, Stefan Matheis wrote: > Hey Jamie > > On Saturday, April 7, 2012 at 2:45 AM, Jamie Johnson wrote: >> Thanks Ryan. So to be clear this is a

Suggester not working for digit starting terms

2012-04-07 Thread jmlucjav
Hi, I am using Suggester component, as advised in Solr3 book (using solr3.5): a_suggest org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling.suggest.fst.FSTLookup

Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-07 Thread Stefan Matheis
Hey Jamie On Saturday, April 7, 2012 at 2:45 AM, Jamie Johnson wrote: > Thanks Ryan. So to be clear this is a bug then? I went into the > cloud.js and changed the url used to access this information so that > it would work, wasn't sure if it was kosher or not. Yes, it's a bug. My only installati

Two questions about the Ngramtokenizerfactory

2012-04-07 Thread neosky
I use the solr 3.5 version 1. It seems that the Ngramtokenizerfactory only token the first 1024 characters. I search the problem on the Internet, somebody had noticed the bug in 2007, but I can't find the solution. ps: my max field length has been modified 5 This is very critical for me. 2.t

Fwd: request about snippets

2012-04-07 Thread alessio crisantemi
Dear all, I configured my Nutch (1.4) for works with Solr (1.4.1) and I crawl and index with success my website. I have only a problem with the results of my researches. Into all results, the snippets have a raw with a string where I can read all the categories of my website. I attached a screen s

Re: No webadmin for trunk?

2012-04-07 Thread Darren Govoni
Now, it comes up. Not sure why its acting weird. Will continue to look at it. On Sat, 2012-04-07 at 10:23 -0400, Darren Govoni wrote: > K. There is a solr.war in the webapps directory. But still get the 404. > > On Sat, 2012-04-07 at 16:19 +0200, Rafał Kuć wrote: > > Hello! > > > > start.jar sho

Re: No webadmin for trunk?

2012-04-07 Thread Darren Govoni
K. There is a solr.war in the webapps directory. But still get the 404. On Sat, 2012-04-07 at 16:19 +0200, Rafał Kuć wrote: > Hello! > > start.jar shouldn't contain any webapp. If you look at the 'example' > directory, you'll notice that there is a 'webapps' directory which > should contain solr.

Re: No webadmin for trunk?

2012-04-07 Thread Rafał Kuć
Hello! start.jar shouldn't contain any webapp. If you look at the 'example' directory, you'll notice that there is a 'webapps' directory which should contain solr.war file. Btw. revision 1307647 works without a problem. I'll checkout trunk in a few in try with the newest revision. -- Regards,

Re: No webadmin for trunk?

2012-04-07 Thread Darren Govoni
Yep. I did all kinds of ant clean, ant dist, ant example, etc. My trunk rev. At revision 1310773. Example start.jar is broken. No webapp inside. :( On Sat, 2012-04-07 at 16:11 +0200, Rafał Kuć wrote: > Hello! > > Did you run 'ant example' ? >

Re: No webadmin for trunk?

2012-04-07 Thread Rafał Kuć
Hello! Did you run 'ant example' ? -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > start.jar has no apps in it at all. > On Sat, 2012-04-07 at 09:47 -0400, Darren Govoni wrote: >> HTTP ERROR: 404 >> Problem accessing /solr. Reason: >> >> Not Found >> >> >

Re: No webadmin for trunk?

2012-04-07 Thread Darren Govoni
start.jar has no apps in it at all. On Sat, 2012-04-07 at 09:47 -0400, Darren Govoni wrote: > HTTP ERROR: 404 > Problem accessing /solr. Reason: > > Not Found > > > > Powered by Jetty:// > > On Sat, 2012-04-07 at 09:04 -0

Re: No webadmin for trunk?

2012-04-07 Thread Darren Govoni
HTTP ERROR: 404 Problem accessing /solr. Reason: Not Found Powered by Jetty:// On Sat, 2012-04-07 at 09:04 -0400, Jamie Johnson wrote: > just go to localhost:8983/solr and you'll see the updated interface. > > On Sat, Apr

Re: No webadmin for trunk?

2012-04-07 Thread Jamie Johnson
just go to localhost:8983/solr and you'll see the updated interface. On Sat, Apr 7, 2012 at 8:23 AM, Darren Govoni wrote: > Hi, >  Just updated solr trunk and tried the java -jar start.jar and > localhost:8983/solr/admin.not found. > > Where did it go? > > thanks. >

No webadmin for trunk?

2012-04-07 Thread Darren Govoni
Hi, Just updated solr trunk and tried the java -jar start.jar and localhost:8983/solr/admin.not found. Where did it go? thanks.