Newbie Question - getting search results from dataimport request handler

2008-11-10 Thread Kevin Penny
My Question is: what is the format of a search that will return data? i.e. /solr/select?q=developer&qt=dataimport (won’t work) nor will /solr/dataimport?q=developer (won’t work) “HTTP ERROR: 404 NOT_FOUND RequestURI=/solr/dataimport“ I have created a ‘dataimport’ set that contains data from a sql

RE: Newbie Question - getting search results from dataimport request handler

2008-11-10 Thread Kevin Penny
you cannot query the DIH. It can only do indexing after indexing you must do the indexing on the regular query interface On Tue, Nov 11, 2008 at 9:45 AM, Kevin Penny <[EMAIL PROTECTED]> wrote: > My Question is: what is the format of a search that will return data? > i.e. /solr/select?q=

RE: Newbie Question - getting search results from dataimport request handler

2008-11-10 Thread Kevin Penny
ndex using the syntax http://localhost:8983/solr/select/?q= On Tue, Nov 11, 2008 at 9:55 AM, Kevin Penny <[EMAIL PROTECTED]> wrote: > Ok - and what would that be? (query interface) > > I need the URL format that would work in this situation to return data from > my setup. > &

RE: Newbie Question - getting search results from dataimport request handler

2008-11-10 Thread Kevin Penny
dler search for *:* and see if the index indeed has the documents . Once you ensure the docs are there go through the lucene query syntax and check your query On Tue, Nov 11, 2008 at 10:07 AM, Kevin Penny <[EMAIL PROTECTED]> wrote: > Ok so I executed a: > solr/dataimport?command=full-

RE: Newbie Question - getting search results from dataimport request handler

2008-11-10 Thread Kevin Penny
your data. Take a look at http://wiki.apache.org/solr/SchemaXml On Tue, Nov 11, 2008 at 10:59 AM, Kevin Penny <[EMAIL PROTECTED]> wrote: > I can execute: /solr/select?q=id:87133 > > So there is data there, however I have not defined any 'Fields' in my > data-config a

Comma delimited Search Strings for Location Data

2010-03-05 Thread Kevin Penny
4 = idf(docFreq=174736, numDocs=182380) 0.061274834 = queryNorm 0.32587826 = (MATCH) fieldWeight(text:us in 102623), product of: 1.0 = tf(termFreq(text:us)=1) 1.0428104 = idf(docFreq=174736, numDocs=182380) 0.3125 = fieldNorm(field=text, doc=

Re: Comma delimited Search Strings for Location Data

2010-03-05 Thread Kevin Penny
lter' the q term before it get's to solr. On 3/5/2010 2:02 PM, Kevin Penny wrote: Hello - article<http://www.gissearch.com/location_extraction_solr> Background: (on solr 1.3) We're doing a similar thing with our location data - however we're finding that if the 'i