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 t
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 dataSourc
Adding &debugQuery=on produced the following:
+edge:testing +edge:lots
+edge:testing +edge:lots
+PhraseQuery(edge:"te tes test testi testin testing")
+PhraseQuery(edge:"lo lot lots")
So one part of the answer is that multiple terms are broken up into multiple
phrase
queries,
That's because it's in schema.xml
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 wrote:
> I didn
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 f
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 ...
Best
Erick
On
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
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 perform
On Sat, 4 Sep 2010 01:15:11 -0700 (PDT)
BobG 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:
[...]
> However wh
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
> On Fri, Sep 3, 2010 at 8:04 AM, Tommaso Teofili
> wrote:
>
> > Does anyone know what could be the root cause or if I am missing
> somethi
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 'Ho
Katta can be used for managing shards that are built and live in HDFS.
On Fri, Sep 3, 2010 at 10:29 AM, thiseye 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 said that becomes
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 wrote:
> What about if you do something like this? -
>
> facet=true&facet.mincount=1&q=apple&facet.limit=10&facet.prefix=mou&facet.field=term_sug
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 wrote:
> I set this up a few years ago with something like the following:
>
>
>
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 and
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:
-
-
0
0
-
*:*
-
-
Kerstman baardstel
Baardstel kerstman.
16 matches
Mail list logo