Solr Newbie: Starting embedded server with multicore

2011-04-26 Thread Simon, Richard T
I'm just starting with Solr. I'm using Solr 3.1.0, and I want to use EmbeddedSolrServer with a multicore setup, even though I currently have only one core (various documents I read suggest starting that way even if you have one core, to get the better administrative tools supported by mutlicore

Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents

2010-12-31 Thread Stephen Boesch
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

2010-12-31 Thread Stephen Boesch
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

2010-12-31 Thread Ahmet Arslan
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

2010-12-31 Thread Stephen Boesch
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.

solr newbie: Diagnose why DataImportHandler DIH not saving documents

2010-12-31 Thread Stephen Boesch
I am asking for a full DataImport via a url. It seems to be partially happy with the request - with debug=on I can see it saying that 10 documents were indexed. The backend however realizes there are actually 440 records available for the query. Not sure why only 10 records were selected and th

Re: Solr Newbie - need a point in the right direction

2010-12-07 Thread Mark
> schema, it knows what to do with it at index time. Now you can build a > user > interface around what you want to do with that field. > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Newbie-need-a-point-in-the-right-direction-tp2031381p2033687.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr Newbie - need a point in the right direction

2010-12-07 Thread webdev1977
interface around what you want to do with that field. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Newbie-need-a-point-in-the-right-direction-tp2031381p2033687.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Newbie - need a point in the right direction

2010-12-07 Thread Erick Erickson
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

2010-12-07 Thread Gora Mohanty
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

Solr Newbie - need a point in the right direction

2010-12-06 Thread Mark
Hi, First time poster here - I'm not entirely sure where I need to look for this information. 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'v

Re: SOLR newbie question: How to filter the results based on my Unique Key

2009-02-28 Thread Venu Mittal
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

2009-02-28 Thread Venu Mittal
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

2009-02-28 Thread Stephen Weiss
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

SOLR newbie question: How to filter the results based on my Unique Key

2009-02-28 Thread Venu Mittal
Hi List, Is it possible to filter out the duplicate results using a particular field in the document. e.g. 1 123 a...@b.com Now if I search for email = a...@b.com I get 2 search results but I want to send just one record cause my cust_id is same. Is it possible or do I need to handle i

Re: Solr Newbie question

2008-12-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
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

Solr Newbie question

2008-12-10 Thread Rakesh Sinha
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 about a REST api / interface to add documents and to query the same. I would like

Re: Searching multiple indices (solr newbie)

2007-01-12 Thread Erik Hatcher
On Jan 8, 2007, at 3:13 AM, Chris Hostetter wrote: : > with a single schema -- but dynamicFields are used to store category : > specific fields, so that if you are doing a category specific search, : > category specific filters can be offered to you... : > : > http://shopper.cnet.com/4144-65

Re: Searching multiple indices (solr newbie)

2007-01-09 Thread J.J. Larrea
+2 cents: At 2:43 PM +0530 1/9/07, Mekin Maheshwari wrote: >In general I felt that smaller indexes with different requirements >might be more flexible than 1 large index (Would a 3G index >considered large ?). eg. backing up the index, deploying a fresh >index, etc. But Solr does address most of

Re: Searching multiple indices (solr newbie)

2007-01-09 Thread Yonik Seeley
On 1/9/07, Mekin Maheshwari <[EMAIL PROTECTED]> wrote: Is there any cost to using dynamicFields ? Very little. A dynamicField is created on demand during indexing or searching, but the SchemaField created only has 4 pointers in it. dynamicField is a Solr concept, not a Lucene one... so the on

Re: Searching multiple indices (solr newbie)

2007-01-09 Thread Mekin Maheshwari
: http://cnet.search.com/search?chkpt=astg.cnet.fd.search.cnet&q=canon&tag=srch I just so happen to have a bit of insight into how that page works, and while it's true that it queries multiple indexes with differnet schemas, it makes no attepts to merge the results -- the "product" results come f

Re: Searching multiple indices (solr newbie)

2007-01-08 Thread Chris Hostetter
: > with a single schema -- but dynamicFields are used to store category : > specific fields, so that if you are doing a category specific search, : > category specific filters can be offered to you... : > : > http://shopper.cnet.com/4144-6501_9-0-1.html?query=canon : : Could you elaborate a bit m

Re: Searching multiple indices (solr newbie)

2007-01-07 Thread Erik Hatcher
On Jan 5, 2007, at 1:59 AM, Chris Hostetter wrote: : The issue is best described with an example: : search for canon - matches multiple categories, which will have very : different schemas : http://cnet.search.com/search? chkpt=astg.cnet.fd.search.cnet&q=canon&tag=srch I just so happen to h

Re: Searching multiple indices (solr newbie)

2007-01-04 Thread Chris Hostetter
: The issue is best described with an example: : search for canon - matches multiple categories, which will have very : different schemas : http://cnet.search.com/search?chkpt=astg.cnet.fd.search.cnet&q=canon&tag=srch I just so happen to have a bit of insight into how that page works, and while i

Re: Searching multiple indices (solr newbie)

2007-01-04 Thread Mekin Maheshwari
Thanks Chris. http://wiki.apache.org/solr/FederatedSearch Thats useful & I might be getting close to that size soon. The issue is best described with an example: search for canon - matches multiple categories, which will have very different schemas http://cnet.search.com/search?chkpt

Re: Searching multiple indices (solr newbie)

2007-01-03 Thread Chris Hostetter
Mekin: Yonik has done some brainstorming on ways of supporting "Feterated" searching across multiple instances of Solr - but the main motivation there is to deal with homogeneous indexes which are too big to fit on a single host efficiently... http://wiki.apache.org/solr/FederatedSearch

Searching multiple indices (solr newbie)

2007-01-01 Thread Mekin Maheshwari
Hi, I am a lucene user & a Solr newbie. I needed to setup searching over a new category of documents which we decided to keep in a separate index, because of very different schema & needs from our existing index. Since faceted searching was 1 of the new requirements, I decided to

Re: Solr Newbie question: doubts about how to search special fields.

2006-10-15 Thread Yonik Seeley
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.

Solr Newbie question: doubts about how to search special fields.

2006-10-15 Thread Marcio Pinto Motta
Hi, My "current" problem is to know how to make queries in special fields: .Date Fields .MultiValued Fields Date Fields I have in my schema some date fields like this And when I add content to this field I put in this mode: 2006-08-11T00:00:00Z But when I try to serc

Re: Solr Newbie question: doubts about how to handle html content

2006-10-05 Thread Marcio Pinto Motta
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

2006-10-05 Thread Yonik Seeley
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

2006-10-05 Thread Panayiotis Papadopoulos
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

2006-10-05 Thread Erik Hatcher
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 … ]]

Solr Newbie question: doubts about how to handle html content

2006-10-05 Thread Marcio Pinto Motta
Solr Newbie question: doubts about html content 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 :

Re: Solr Newbie question: doubts about dynamic filed

2006-09-20 Thread Chris Hostetter
: > 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

2006-09-20 Thread Yonik Seeley
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

Solr Newbie question: doubts about dynamic filed

2006-09-20 Thread Marcio Pinto Motta
Hi, 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? My documents may have more the one client classification and I think that I coul

RE: solr newbie

2006-06-01 Thread Darren Vengroff
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

2006-06-01 Thread Raghavendra Prabhu
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

2006-06-01 Thread Yonik Seeley
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

2006-06-01 Thread Darren Vengroff
, 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

2006-06-01 Thread Tim Archambault
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

2006-06-01 Thread Yonik Seeley
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

2006-06-01 Thread Tim Archambault
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

2006-06-01 Thread Yonik Seeley
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

2006-06-01 Thread Tim Archambault
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

2006-06-01 Thread Yonik Seeley
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

2006-06-01 Thread Tim Archambault
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

2006-06-01 Thread Yonik Seeley
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

2006-06-01 Thread Darren Vengroff
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 tutori

solr newbie

2006-06-01 Thread Tim Archambault
Trying to run the test tutorial to index an xml file and keep getting an error message: curl: command not found? Any help is greatly appreciated.