Newbie question: no search results

2010-09-04 Thread BobG
Hi, I am trying to set up a new SOLR search engine on a windows platform. It seems like I managed to fill an index with the contents of my SQL server table. When I use the default *.* query I get a nice result: ?xml version=1.0 encoding=UTF-8 ? - response - lst name=responseHeader int

High availability (DRBD or master-master)

2010-09-04 Thread robert mena
Hi, I need to set a solr search server and make it HA. So far I have two options: a) DRBD b) Solr Replication DRBD replicated blocks across the network and in with his pal heartbeat can notify the secondary node to become active, effectively taking the IP of the former active node, mounting

Re: Auto Suggest

2010-09-04 Thread Jason Rutherglen
Dan, Thanks... I wasn't clear in the original email what the issue is. It's the fact that multiple terms are in the query, then no results are returned. Thanks On Fri, Sep 3, 2010 at 8:33 AM, dan sutton danbsut...@gmail.com wrote: I set this up a few years ago with something like the

Re: Auto Suggest

2010-09-04 Thread Jason Rutherglen
Luke, Thanks. What happens if there are 3 terms? It seems like the entire query can go into facet.prefix? On Fri, Sep 3, 2010 at 8:05 AM, Luke Tebbs l...@staffing-systems.co.uk wrote: What about if you do something like this? -

Re: Solr + Katta ... benefits?

2010-09-04 Thread Jason Rutherglen
Katta can be used for managing shards that are built and live in HDFS. On Fri, Sep 3, 2010 at 10:29 AM, thiseye this...@gmail.com wrote: I'm investigating using Lucene for a project to index a massive HBase database. I was looking at using Katta to distribute the index because people have

Re: High availability (DRBD or master-master)

2010-09-04 Thread Dennis Gearon
I have hard of somone doing this with their whole FARM and application. They used Amazon AWS and had some sort of fail over set up. I will be curious to herar what others say/have done. Dennis Gearon Signature Warning EARTH has a Right To Life, otherwise we all die. Read

Re: Index with ItalianStemmer

2010-09-04 Thread Tommaso Teofili
Thanks Robert for this hint, the problem was exactly that I needed to define the right stemmer at query time too. Best regards, Tommaso 2010/9/3 Robert Muir rcm...@gmail.com On Fri, Sep 3, 2010 at 8:04 AM, Tommaso Teofili tommaso.teof...@gmail.comwrote: Does anyone know what could be the

Re: Newbie question: no search results

2010-09-04 Thread Gora Mohanty
On Sat, 4 Sep 2010 01:15:11 -0700 (PDT) BobG b...@bitwise-bncc.nl wrote: Hi, I am trying to set up a new SOLR search engine on a windows platform. It seems like I managed to fill an index with the contents of my SQL server table. When I use the default *.* query I get a nice result:

Re: anyone use hadoop+solr?

2010-09-04 Thread MitchK
Hi, this topic started a few months ago, however there are some questions from my side, that I couldn't answer by looking at the SOLR-1301-issue nor the wiki-pages. Let me try to explain my thoughts: Given: a Hadoop-cluster, a solr-search-cluster and nutch as a crawling-engine which also

Re: Newbie question: no search results

2010-09-04 Thread Lance Norskog
More directly: if the 'Artikel' field is a string, only the whole string will match: Artikel:Kerstman baardstel. Or you can use a wildcard: Kerstmann* or just Kerst* If it is a text field, it is chopped into words and q=Artikel:Kerstmann would work. Gora Mohanty wrote: On Sat, 4 Sep

Re: Index time boosting

2010-09-04 Thread Erick Erickson
No, I wasn't thinking of the _val_ hack, you can boos via the q parameter as you indicated: i_authors:tilly^5 i_title:tilly^10 Do note, though, that you'll never be able to absolutely guarantee the ordering you want, although by using crazy values' you may not be able to tell G... Best Erick On

Re: Boost, weight, proximity, ranking which one?

2010-09-04 Thread Erick Erickson
Have you looked at boosting? Something like: (term1 AND term2)^100 or term1 or term2 See: http://lucene.apache.org/java/3_0_2/queryparsersyntax.html#Boosting a Term Even more, consider the dismax query parser, see: http://wiki.apache.org/solr/DisMaxRequestHandler Especially with dismax, you can

Re: solr

2010-09-04 Thread Erick Erickson
That's because it's in schema.xml G If you're still having problems, please post more details. You haven't given us very much to go on You might want to take a look at: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Fri, Sep 3, 2010 at 5:56 PM, ankita shinde

Re: Auto Suggest

2010-09-04 Thread Erick Erickson
Adding debugQuery=on produced the following: str name=rawquerystring+edge:testing +edge:lots/str str name=querystring+edge:testing +edge:lots/str str name=parsedquery +PhraseQuery(edge:te tes test testi testin testing) +PhraseQuery(edge:lo lot lots) So one part of the answer

DataImport problem

2010-09-04 Thread Jason Chaffee
I am getting the following error with the DataImport and I am not sure why as I following the documentation. I am trying to use XPath and the URLDataSource but it fails to load the datasource. SEVERE: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: No

Re: DataImport problem

2010-09-04 Thread Lance Norskog
The RSS example does not do this. It declares only the source, and gives all of the parameters in the entity. You can have different entities with different uses of the datasource. In general, the DIH is easier to use when starting with one of the examples and slowing changing one thing at a