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.

Re: solr newbie

2006-06-01 Thread Tim Archambault
have curl installed from the Web category. -Yonik On 6/1/06, Tim Archambault [EMAIL PROTECTED] wrote: 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.

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 Tim Archambault
files for each one? Thanks again. Tim On 6/1/06, Yonik Seeley [EMAIL PROTECTED] wrote: 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

Re: solr newbie

2006-06-01 Thread Tim Archambault
much better. On 6/1/06, Yonik Seeley [EMAIL PROTECTED] wrote: 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

stylesheet issue

2006-06-02 Thread Tim Archambault
I've got solr installed and running, with only one failure left to date. Whenver I try to select a stylesheet for my search, I get an error message such as this: Error loading stylesheet: A network error occured loading an XSLT stylesheet:http://localhost:8983/admin/tabular.xsl Something tells

Re: stylesheet issue

2006-06-02 Thread Tim Archambault
. Which java-based web server component do you recommend for a windows platform? Tomcat? Another? I know nothing about these tools. I am using Jetty for testing. Thank you for all your help. Tim On 6/2/06, Yonik Seeley [EMAIL PROTECTED] wrote: On 6/2/06, Tim Archambault [EMAIL PROTECTED] wrote

Re: stylesheet issue

2006-06-02 Thread Tim Archambault
.. On 6/2/06, Yonik Seeley [EMAIL PROTECTED] wrote: On 6/2/06, Tim Archambault [EMAIL PROTECTED] wrote: That'll be fine. As you can probably tell, I'm not a programmer. I am just a dangerous end-user with expertise in marketing online operations trying to save a buck. I am going to try to learn

Re: List of indexed terms for a field

2006-06-07 Thread Tim Archambault
Great question. Please share your answers. I'd like to use this for a GOOGLE SUGGEST Ajax scenario. On 6/7/06, Paul Terray [EMAIL PROTECTED] wrote: Hello, I am trying Solr for some projects and I am very impressed by its simplicity and clarity of use. I am trying to make an index: Is

Re: SOLR stylesheet

2006-07-17 Thread Tim Archambault
Andre, I believe I had posted the same message several months ago and was told the stylesheet functionality was for internal use in a previous release and is not functional now. On 7/17/06, Andre Basse [EMAIL PROTECTED] wrote: Hi SOLR users, I know this issue has been discussed before but

Re: Simple Faceted Searching out of the box

2006-09-09 Thread Tim Archambault
Hatcher [EMAIL PROTECTED] wrote: On Sep 9, 2006, at 8:15 AM, Tim Archambault wrote: What is faceted browsing? Maybe an example of a site interface that is using it would be good. Dumb question, I know. Faceted browsing is like this: http://shopper.cnet.com/ and http:// www.nines.org/collex

Re: Re: SolrCore as Singleton?

2006-09-09 Thread Tim Archambault
In regard to the comment about lack of an interface, I view this as a benefit of the tool. Whether I'm developing with Python, PHP, Coldfusion, .NET, Java, etc. I can create my own customizable interface. As a coldfusion programmer with moderate programming capabilities, this tool is perfect for

search terms submitted

2006-09-09 Thread Tim Archambault
Just wondering what others do with the search terms people type into your solr search boxes? Does CNet use this information for Popular Searches? Just curious. FYI. SOLR is up and running on my Windows 2003 IIS machine. Thanks for everyone's feedback.

Re: Simple Faceted Searching out of the box

2006-09-10 Thread Tim Archambault
, at 9:09 AM, Tim Archambault wrote: I need to understand this then. Thanks. I want to use Solr for our newspaper website and this would be a great way to break out content. Kind of greys the lines between what is search and what is browsing categories, which is a great thing actually. Thanks

duplicating all records added to index

2006-09-13 Thread Tim Archambault
My index seems to be duplicating all records on insert even though I have my add statements set to not allow duplicates. I've provided a samle xml file of add docs. Anyone experienced this? add allowDups=false overwriteCommitted=true overwritePending=true doc field name=idobituaries_/field

Re: duplicating all records added to index

2006-09-13 Thread Tim Archambault
In the example I sent the id field is not unique, but I've long since corrected that and still getting duplication. FYI On 9/14/06, Tim Archambault [EMAIL PROTECTED] wrote: My index seems to be duplicating all records on insert even though I have my add statements set to not allow duplicates

Re: duplicating all records added to index

2006-09-14 Thread Tim Archambault
absolutely. On 9/14/06, Chris Hostetter [EMAIL PROTECTED] wrote: : My index seems to be duplicating all records on insert even though I have : my add statements set to not allow duplicates. : : I've provided a samle xml file of add docs. Anyone experienced this? Is your id field listed

Re: How to best index user-generated content

2006-09-20 Thread Tim Archambault
Whatever programming language you are using probably has a function that makes xml-safe text. For example, I'm using Coldfusion to integrate with Solr and all data is set like follows: #xmlformat(usergeneratedcontent)# My guess is PHP, ASP, etc. all have a function like this On 9/20/06, Nick

Re: Re: Default XML Output Schema

2006-09-21 Thread Tim Archambault
This structure was inhibiting to me at first too using Coldfusion. However, I was able to create a function that dynamically creates a query recordset for both facets and search results and will accomodate new/additional fields at any time. If I can do it, any reasonable programmer can handle it.

Re: Fixed first hits - custom RequestHandler?

2006-09-21 Thread Tim Archambault
Otis, I'm curious as to what you find out here. I'm looking at setting up a second Solr instance to handle keyword advertising and the first instance to handle the site search for our newspaper website. Never thought of your question. Thanks, Tim On 9/21/06, Otis Gospodnetic [EMAIL PROTECTED]

Re: Simple Faceted Searching out of the box

2006-09-22 Thread Tim Archambault
I have a couple of questions from some online newspaper folks who are interested in Solr and are trying to understand how and why it came to be. I think inherent in these questions is the underlying theme I hear all the time and that is Solr is not a content management system. It's a search

Re: Simple Faceted Searching out of the box

2006-09-22 Thread Tim Archambault
feedback. While I started out way over my head. Solr is actually fun to play around with, even for non-programmers or marginal programmers like myself. On 9/22/06, Yonik Seeley [EMAIL PROTECTED] wrote: On 9/22/06, Tim Archambault [EMAIL PROTECTED] wrote: I have a couple of questions from some

Re: Simple Faceted Searching out of the box

2006-09-22 Thread Tim Archambault
] wrote: On Sep 22, 2006, at 2:45 PM, Tim Archambault wrote: I believe there's a way to access MSSQL, MySQL etc. directly with Lucene, but not sure how to do this with SOLR. Nope. Lucene is a pure search engine, with no hooks to databases, or document parsers, etc. Lots of folks have built

Re: Simple Faceted Searching out of the box

2006-09-22 Thread Tim Archambault
, but they just flat out don't. It's a separate utility. Thanks Walter. On 9/22/06, Walter Underwood [EMAIL PROTECTED] wrote: On 9/22/06 12:25 PM, Tim Archambault [EMAIL PROTECTED] wrote: A recruitment (jobs) customer goes onto our website and posts an online job posting to our newspaper

Re: Simple Faceted Searching out of the box

2006-09-22 Thread Tim Archambault
. You write XQuery to define the result XML with the contents fetched from the database. wunder (not affiliated with MarkLogic) On 9/22/06 12:42 PM, Tim Archambault [EMAIL PROTECTED] wrote: I'm really confused. I don't mean store the data figuratively as in a lucene/solr command. Storing an ID

Re: Simple Faceted Searching out of the box

2006-09-22 Thread Tim Archambault
Amen Hoss. I appreciated you explaining in terms of what I can understand, jobs. Makes it easier for me to learn. What you are saying is right-on with what I'm trying to understand. Right now I have simple Lucene Indexes that basically re-created once daily and that simply isn't doing the job

shared server

2006-10-26 Thread Tim Archambault
Signed up for hosting at performancehosting.net which has shared Tomcat services. I'm using it to play with Solr. I've installed the Solr war file from the downloadable Solr Nightly Update zip through the Tomcat interface. Obviously nothing works. I know nothing about Java so can anyone give me

Re: shared server

2006-10-26 Thread Tim Archambault
that, you may have to make a custom war by exploding the Solr war and editing the web.xml, pointing solr.home to the correct place. -Yonik On 10/26/06, Tim Archambault [EMAIL PROTECTED] wrote: Signed up for hosting at performancehosting.net which has shared Tomcat services. I'm using it to play

Re: shared server

2006-10-26 Thread Tim Archambault
to the correct place. -Yonik On 10/26/06, Tim Archambault [EMAIL PROTECTED] wrote: Signed up for hosting at performancehosting.net which has shared Tomcat services. I'm using it to play with Solr. I've installed the Solr war file from the downloadable Solr Nightly Update zip through the Tomcat interface

Re: shared server

2006-10-26 Thread Tim Archambault
PROTECTED] wrote: On 10/26/06, Tim Archambault [EMAIL PROTECTED] wrote: Yonik, *put the solr home (containing conf, data, etc) in the directory that tomcat starts in* Would this be related to the instance of Tomcat I'm using? Probably, yes. I supposed this could be available under my root

Re: SOLR hosting

2007-03-23 Thread Tim Archambault
Is your question inherently asking if someone out there provides a service that manages the indexes, etc for you and pre-installs and configures the software? If NOT, I can tell you that I bought a Linux VPS at Hostmysite.com cheaply and dedicated 1 virtual domain to my SOLR instance and it

Re: Editing wiki-page Powerd by Solr

2007-03-23 Thread Tim Archambault
fabio, Off topic, but thanks for the link to your newspaper classifieds. I manage newspaper website here in Maine, USA and am VERY INTERESTED in using solr to power our jobs, etc. Looking to integrate SOLR with DRUPAL right now. I'd like to collaborate with you in the future if possible.

Re: PriceJunkie.com using solr!

2007-05-17 Thread Tim Archambault
I did a search and noticed pages were executed through aspx. Are you using .net to parse the xml results from SOLR? Nice site, just trying to figure out where SOLR fits into this. On 5/16/07, Mike Austin [EMAIL PROTECTED] wrote: I just wanted to say thanks to everyone for the creation of

Re: SOLR developer

2007-08-30 Thread Tim Archambault
Mark, Did you get any responses to your inquiry? I'm thinking of sending a similar list-serv item out, but I noticed this is a solr-user list, not necessarily a developers list so I thought I'd ask. I'm looking for someone to integrate with Drupal. Tim Archambault Online Manager

Re: SOLR developer

2007-08-31 Thread Tim Archambault
Thanks. I didn't mean to send that to the list-serv :} On 8/31/07, Bertrand Delacretaz [EMAIL PROTECTED] wrote: On 8/31/07, Tim Archambault [EMAIL PROTECTED] wrote: ...I'm thinking of sending a similar list-serv item out, but I noticed this is a solr-user list, not necessarily

Re: Solr CMS Integration

2009-08-07 Thread Tim Archambault
I would second that and add that you may want to consider acquia.com as they provide a solid infrustracture to support the solr instance. On Fri, Aug 7, 2009 at 11:20 AM, Andre Hagenbruch andre.hagenbr...@rub.dewrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 wojtekpia schrieb: Hi