Hi,
I am having a problem applying StopFilterFactory and
SynonimFilterFactory. The problem is that SynonymFilter removes the gaps
that were previously put by the StopFilterFactory. I'm applying filters in
query time, because users need to change synonym lists frequently.
This is my schema, a
You can use request parameters in your query e.g.
http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters
On Mon, Sep 23, 2013 at 8:26 AM, YouPeng Yang wrote:
> Hi
>
> I want to import dataset in a partition of a partition table with DIH.
> And I would like to explicitly d
No, there's no way to do that short of shutting it down which will
also stop it from servicing searches.
On Sun, Sep 22, 2013 at 3:17 AM, Aditya Sakhuja
wrote:
> Hello all,
>
> Is there a way to isolate an active solr-cloud instance from all incoming
> replication update requests from peer nodes
Thanks all. I'll have a poke around Hue, but depending on how it goes may
end up doing as Jack suggests and extending the existing admin UI.
On 21 September 2013 02:50, Shawn Heisey wrote:
> On 9/19/2013 5:50 AM, Gareth Poulton wrote:
> > A customer wants us to move their entire enterprise plat
Sounds like https://issues.apache.org/jira/browse/LUCENE-3821 (issue seems to
be fixed but still shows as open).
-Michael
-Original Message-
From: Arcadius Ahouansou [mailto:arcad...@menelic.com]
Sent: Sunday, September 22, 2013 11:15 PM
To: solr-user
Subject: Interesting edismax/qs bug
We have been seeing a strange bug in our prod Solr 3.5.
I went to download a fresh copy of Solr3.5, with default schema and
indexed (curl or post.jar) the following 2 docs
[
{
"id":"1",
"title":"One Earth"
},
{
"id":"2",
"title":"One Love One Earth"
}
]
I c
Hi
I want to import dataset in a partition of a partition table with DIH.
And I would like to explicitly define the partition when I do import job.
To be specific.
1. I define the DIH configuration like these
2.I send the url:
http://localhost:8983/solr/dataimport?command=full-import&p
Hi
I want to import dataset in a partition of a partition table with DIH.
And I would like to explicitly define the partition when I do import job.
To be specific.
1. I define the DIH configuration like these
2.I send the url:
http://localhost:8983/solr/dataimport?command=full-import&p
-Original message-
> From:Furkan KAMACI
> Sent: Sunday 22nd September 2013 21:15
> To: solr-user@lucene.apache.org
> Subject: Re: Near Duplicate Document Detection at Solr
>
> I've also know that there is another mechanism at Solr:
> http://wiki.apache.org/solr/Deduplication I think that
I've also know that there is another mechanism at Solr:
http://wiki.apache.org/solr/Deduplication I think that I should add a
custom signature because that is the most usable one for me:
http://wiki.apache.org/solr/TextProfileSignature On the other hand are
there any limitation for deduplication at
I want to detect near duplicate documents (for web documents). I know that
there is an algorithm called Winnowing and there is another technique used
by Google. However I also know that Solr has a component called
MoreLikeThis. Google's page explains that *mirroring and plagiarism* is
easy to detec
On 9/22/2013 7:43 AM, Baskar Sikkayan wrote:
> http://localhost:18080/solr/select?defType=dismax&pf=tagged_skills
> ^100&q=java+ejb+Spring&qf=tagged_skills&q.op=AND
>
> I am not sure how to execute the same thing using Solr Java client.
>
> SolrQuery query = new SolrQuery();
> query.setQu
sorry, it works like this, i had a typo in my conf :-(
On 17. Sep 2013, at 2:44 PM, Andreas Owen wrote:
> i would like to know how to get it to work and delete documents per xml and
> dih.
>
> On 17. Sep 2013, at 1:47 PM, Shalin Shekhar Mangar wrote:
>
>> What is your question?
>>
>> On Tue,
Hi Isaac,
In the process of writing Solr in Action (http://solrinaction.com), I have
built the solution to SOLR-5053 for the multilingual search chapter (I
didn't realize this ticket existed at the time). The solution was
something I called a "MultiTextField". Essentially, the field let's you
ma
You'll have to lowercase the term in your app and set
terms.prefix to that value, there's no analysis done
on the terms.prefix value.
Best,
Erick
On Sun, Sep 22, 2013 at 4:07 AM, Mysurf Mail wrote:
> I am using facet.prefix for auto complete.
> This is my definition
>
>
>
> explicit
> ..
Please review:
http://wiki.apache.org/solr/UsingMailingLists
Best,
Erick
On Sun, Sep 22, 2013 at 8:06 AM, Jack Krupansky wrote:
> Did you start Solr? How did you verify that Solr is running? Are you able to
> query Solr and access the Admin UI?
>
> Most importantly, did you successfully complet
Please review:
http://wiki.apache.org/solr/UsingMailingLists
Erick
On Sun, Sep 22, 2013 at 5:52 AM, Nutan wrote:
> I did define the request handler.
>
>
> On Sun, Sep 22, 2013 at 12:51 AM, Erick Erickson [via Lucene] <
> ml-node+s472066n4091391...@n3.nabble.com> wrote:
>
>> bq: And im not using
right, I think you're running into a bug I remember going by. I can't
find it now, JIRA seems to be not responding. As I remember,
where if a shard doesn't have a doc on it, you get an error.
Although why facet.limit should figure in here is a mystery to me,
maybe a coincidence?
Significant work
Did you start Solr? How did you verify that Solr is running? Are you able to
query Solr and access the Admin UI?
Most importantly, did you successfully complete the standard Solr tutorial?
(IOW, you know all the necessarily steps for basic operation of Solr.)
Lastly, did you verify (by examin
Hi
I have a problem doing facet search on a doc value field in a multi
shard collection. Any ideas what I may be doing wrong?
My Solr schema specifies fieldA as a docvalue type and I have created a
two shard collection using Solr 4.4.0.
When I do a facet search on fieldA with a "large" facet.
hi
i am new user of Solr i have done my schema file and when i write a code to
insert xxl file to index from cmd .java -jar post.jar *.xml
it give us error solr returned errer 404 not found
what can i do???
Regards,
Kishan Parmar
Software Developer
+91 95 100 77394
Jay Shree Krishnaa !!
Hi,
I use the below query to check if the both of the word are there in the
document.
http://localhost:18080/solr/select?defType=dismax&pf=tagged_skills
^100&q=java+ejb+Spring&qf=tagged_skills&q.op=AND
I am not sure how to execute the same thing using Solr Java client.
SolrQuery query = new S
Hi
I have a problem doing facet search on a doc value field in a multi
shard collection. Any ideas what I may be doing wrong?
My Solr schema specifies fieldA as a docvalue type and I have created a
two shard collection using Solr 4.4.0.
When I do a facet search on fieldA with a "large" facet.
I did define the request handler.
On Sun, Sep 22, 2013 at 12:51 AM, Erick Erickson [via Lucene] <
ml-node+s472066n4091391...@n3.nabble.com> wrote:
> bq: And im not using the example config file
>
> It looks like you have not included the request handler in your
> solrconfig.xml,
> something like
I am using facet.prefix for auto complete.
This is my definition
explicit
...
true
on
Suggest
this is my field
and
all works fine but when I search using caps lock it doesn't return answers.
Even when the field contains capitals letters - it doesn't.
I assu
25 matches
Mail list logo