Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents
gt; It seems that debug parameter is related to >> /solr/core0/admin/dataimport.jsp page. >> >> Don't know exact purpose of debug parameter but, can't you just ignore it >> and use >> >> >> http://knowtate.servehttp.com:8983/solr/core0/dataimport?c
Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents
983/solr/core0/dataimport?command=full-import > > > --- On Sat, 1/1/11, Stephen Boesch wrote: > > > From: Stephen Boesch > > Subject: Re: solr newbie: Diagnose why DataImportHandler DIH not saving > documents > > To: solr-user@lucene.apache.org > > Date: Sa
Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents
is related to /solr/core0/admin/dataimport.jsp page. Don't know exact purpose of debug parameter but, can't you just ignore it and use http://knowtate.servehttp.com:8983/solr/core0/dataimport?command=full-import --- On Sat, 1/1/11, Stephen Boesch wrote: > From: Stephen Boesch &
Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents
one little extra piece of info: part of the stats page got omitted - notably the number of errors was reported as 0. errors : 0 timeouts : 0 totalTime : 1963 avgTimePerRequest : 981.5 avgRequestsPerSecond : 0.0011371888 2010/12/31 Stephen Boesch > I am asking for a full DataImport via a url.
Re: Solr Newbie - need a point in the right direction
Thanks to everyone who responded, no wonder I was getting confused, I was completely focusing on the wrong half of the equation. I had a cursory look through some of the Nutch documentation available and it is looking promising. Thanks everyone. Mark On Tue, Dec 7, 2010 at 10:19 PM, webdev1977
Re: Solr Newbie - need a point in the right direction
I my experience, the hardest (but most flexible part) is exactly what was mentioned.. processing the data. Nutch does have a really easy plugin interface that you can use, and the example plugin is a great place to start. Once you have the raw parsed text, you can do what ever you want with it.
Re: Solr Newbie - need a point in the right direction
Solr is downstream of what I think you want. There's nothing in Solr that allows you to take an arbitrary page and extract specific info from it. I suspect the Nutch folks have dealt with this kind of question, looking over the user's list there might give some insight. Basically, once you have th
Re: Solr Newbie - need a point in the right direction
On Tue, Dec 7, 2010 at 9:12 AM, Mark wrote: [...] > What I'm trying to do is extract some (presumably) structured information > from non-uniform data (eg, prices from a nutch crawl) that needs to show in > search queries, and I've come up against a wall. > > I've been unable to figure out where is
Re: SOLR newbie question: How to filter the results based on my Unique Key
Sent: Sunday, March 1, 2009 2:03:19 AM Subject: Re: SOLR newbie question: How to filter the results based on my Unique Key Hi Stephen, Thanks for the info. I took the latest patch (collapsing-patch-to-1.3.0-dieter.patch) and applied it on the source code. Then I took the newly created jar added
Re: SOLR newbie question: How to filter the results based on my Unique Key
something that I am missing here ? TIA. From: Stephen Weiss To: solr-user@lucene.apache.org Sent: Saturday, February 28, 2009 10:50:26 PM Subject: Re: SOLR newbie question: How to filter the results based on my Unique Key There's an experimental patch for this
Re: SOLR newbie question: How to filter the results based on my Unique Key
There's an experimental patch for this I've had pretty good success with: https://issues.apache.org/jira/browse/SOLR-236 If you don't particularly need faceting support to work 100% it's already pretty perfect. Officially I guess they want it to make it in for version 1.5?? But in the me
Re: Solr Newbie question
On Wed, Dec 10, 2008 at 11:00 PM, Rakesh Sinha <[EMAIL PROTECTED]> wrote: > Hi - > I am a new user of Solr tool and came across the introductory > tutorial here - http://lucene.apache.org/solr/tutorial.html . > I am planning to use Solr in one of my projects . I see that the > tutorial mentions
Re: Solr Newbie question: doubts about how to search special fields.
The Solr query parser extends the Lucene query parser and makes very few syntactic changes. http://lucene.apache.org/java/docs/queryparsersyntax.html On 10/15/06, Marcio Pinto Motta <[EMAIL PROTECTED]> wrote: creation_date:2006-08-10T00:00:00Z ':' is a special char to the lucene query parser.
Re: Solr Newbie question: doubts about how to handle html content
On 10/5/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 10/5/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: > On Oct 5, 2006, at 7:17 AM, Marcio Pinto Motta wrote: > >A Brasil Telecom ... > > > > the html code was "changed". > > It wasn't "changed" per se... but rather it was encoded. If
Re: Solr Newbie question: doubts about how to handle html content
On 10/5/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: On Oct 5, 2006, at 7:17 AM, Marcio Pinto Motta wrote: >A Brasil Telecom ... > > the html code was "changed". It wasn't "changed" per se... but rather it was encoded. If you use an XML API to read the response you would not see these
Re: Solr Newbie question: doubts about how to handle html content
I think is not the best approach you can have... And there is no need to index code since there are no results of any use... Personally i would index the pure text and keep in a database the code plus an id so my db would like let 's say id text text+code so i would send to lucene id + text
Re: Solr Newbie question: doubts about how to handle html content
On Oct 5, 2006, at 7:17 AM, Marcio Pinto Motta wrote: My "current" problem is to know the best approach to handle content which have html code. I have some docs that may or may not have html tag. My first attempt, I defined a field "text" in my schema.xml : A Brasil Telecom … ]]
Re: Solr Newbie question: doubts about dynamic filed
: > I have some doubts about dynamic fields, when we add a doc with a new : > dynamic filed, this new dynamic filed is only "append" to doc's that will : > have it defined in the xml, or for every document in the index? : : Just for documents that the field appears in. the one thing to keep an e
Re: Solr Newbie question: doubts about dynamic filed
On 9/20/06, Marcio Pinto Motta <[EMAIL PROTECTED]> wrote: I have some doubts about dynamic fields, when we add a doc with a new dynamic filed, this new dynamic filed is only "append" to doc's that will have it defined in the xml, or for every document in the index? Just for documents that the
RE: solr newbie
See http://issues.apache.org/jira/browse/SOLR-20. -D -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 10:15 PM To: solr-user@lucene.apache.org Subject: Re: solr newbie On 6/2/06, Darren Vengroff <[EMAIL PROTECTED]> wrote: > I wrote
Re: solr newbie
une 01, 2006 10:44 AM To: solr-user@lucene.apache.org Subject: Re: solr newbie We don't have it yet, but there really should be a simple Java client library that creates the XML add commands and handles sending them to the server.
Re: solr newbie
On 6/2/06, Darren Vengroff <[EMAIL PROTECTED]> wrote: I wrote just such a client within the last 24h to support load-testing Solr for my application. The client stub is simple and independent of my particular application, so it would be easy for me to contribute it if there is interest. It has
RE: solr newbie
, and commit() and optimize(). -D -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 10:44 AM To: solr-user@lucene.apache.org Subject: Re: solr newbie We don't have it yet, but there really should be a simple Java client library that create
Re: solr newbie
Great thanks. I manage a newspaper website in Maine USA with about 400,000-500,000 documents/database records (if not more) and I am going to try and create a solr search engine for the site. We'll see how it goes. I've been using a "bastardized" lucene search for my site up to now, but this looks
Re: solr newbie
On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: I found the "web" options. Thank you very much. While that is installing incrementally, two last questions. Are there any example stylesheets to review to see how the data flows into the layout? How would one go about injecting database infor
Re: solr newbie
I found the "web" options. Thank you very much. While that is installing incrementally, two last questions. Are there any example stylesheets to review to see how the data flows into the layout? How would one go about injecting database information into the indexs without having to create XML fil
Re: solr newbie
On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: I'll need to install cygwin again I think. Thanks. Don't uninstall cygwin... just re-run the cygwin setup.exe and it will do incremental updates, installing packages that have changed, and allowing you to select new packages to install. -Yo
Re: solr newbie
I'll need to install cygwin again I think. Thanks. On 6/1/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: > Don't understand what "web category" means. SH. The cygwin installer has different categories of packages... "base","devel",etc. If you
Re: solr newbie
On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: Don't understand what "web category" means. SH. The cygwin installer has different categories of packages... "base","devel",etc. If you are looking for the curl package, it should be filed under "web". It's not installed by default, so you
Re: solr newbie
Thanks Yonik. All looks good except for the statement: curl installed from the "Web" category. Don't understand what "web category" means. SH. On 6/1/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: Hi Tim, Curl is a little command-line networking tool. The easiest way to get it is cygwin if you
Re: solr newbie
Hi Tim, Curl is a little command-line networking tool. The easiest way to get it is cygwin if you are not on a UNIX system. See the 'Requirements" section of the tutorial: 3. On Win32, cygwin, for shell support. (If you plan to use Subversion on Win32, be sure to select the subversion package w
RE: solr newbie
You can download curl from http://curl.haxx.se/ if you don't have it on your machine. -D -Original Message- From: Tim Archambault [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 9:42 AM To: solr-user@lucene.apache.org Subject: solr newbie Trying to run the test tutorial to index