RE: solr configuration for Subversion

2010-05-27 Thread Stefan Maric
Thanks. I'll take a look at this -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: 27 May 2010 01:54 To: solr-user@lucene.apache.org Subject: Re: solr configuration for Subversion : I've seen the info about SvnQuery & wondered if anyone has a Solr : config

solr configuration for Subversion

2010-05-26 Thread Stefan Maric
I've seen the info about SvnQuery & wondered if anyone has a Solr configuration / loader module regards Stefan Maric

Solr configuration to enable indexing/searching webapp log files

2010-04-29 Thread Stefan Maric
requests or most frequently requested web page etc Thanks Stefan Maric

RE: XSD for Solrv1.4

2010-04-16 Thread Stefan Maric
Thanks I'm taking a look at SolrJ Longer term i'd still like to have access to an XSD - then i can see us integrating this better in the Oracle Service Bus and writing less Java code in our webApp -Original Message- From: hkmortensen [mailto:ko...@yahoo.com] Sent: 15 April 2010 21:26 To

XSD for Solrv1.4

2010-04-15 Thread Stefan Maric
Are there any plans to release an xsd (& preferably a set of JAXB classes) so we can process the xml returned for a search request

RE: Indexing / querying multiple data types

2010-02-10 Thread Stefan Maric
cription^1.0 > > > > And the > > Has been untouched > > So when I run > http://localhost:7001/solr/select/?q=food&qt=name1 > I was expecting to get results form the data that had been indexed by name="name1" > > > Regards > Stefan Maric > -- Lance Norskog goks...@gmail.com No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.435 / Virus Database: 271.1.1/2677 - Release Date: 02/09/10 07:35:00

Another basic question

2010-02-03 Thread Stefan Maric
What areas of Solr configuration do I need to look into Thanks Stefan Maric

RE: Basic indexing question

2010-02-03 Thread Stefan Maric
as i mentioned before, the syntax cen be found at http://lucene.apache.org/java/2_9_1/queryparsersyntax.html hope this helps --joe On Tue, Feb 2, 2010 at 3:59 PM, Stefan Maric wrote: > Thanks for the quick reply > I will have to see if the default query mechanism will suffice for most of >

RE: Basic indexing question

2010-02-02 Thread Stefan Maric
n Tue, Feb 2, 2010 at 3:31 PM, Stefan Maric wrote: > I have got a basic configuration of Solr up and running and have loaded some data to experiment with > When I run a query for 'ore' I get 3 results when I'm expecting 4 > Dataimport is pulling the expected number of

Basic indexing question

2010-02-02 Thread Stefan Maric
e name field) It would seem that Solr is ONLY returning me results based on what has been put into the Any hints as to what I've missed ?? Regards Stefan Maric