Hi all,
I have a problem with custom plugin development in solr 4.x versions. I
have developed custom filter and trying to install it but I got following
exception.
Schema xml :
Btw, I could not get any exception on 3.x versions. Any he
stack trace I saw that it gives an InstantationException and by making
constructor public solves the problem.
On Fri, Nov 1, 2013 at 6:34 PM, Shawn Heisey wrote:
> On 11/1/2013 4:18 AM, Parvin Gasimzade wrote:
> > I have a problem with custom plugin development in solr 4.x versions. I
Use this to clear the solr server.
http://localhost:8983/solr/update?stream.body=
*:*&commit=true
On Wed, Sep 7, 2011 at 10:48 AM, Roland Tollenaar wrote:
> Hi All,
>
> I want to clear the solr server and start loading documents afresh.
>
> According to the information I found on internet I wou
Hi,
Similar question asked before.Maybe it can help.
http://lucene.472066.n3.nabble.com/SolrJ-Response-JSON-td1002024.html
On Wed, Sep 21, 2011 at 3:01 PM, Kissue Kissue wrote:
> Hi,
>
> I am using solr 3.3 with SolrJ. Does anybody have any idea how i can
> retrieve JSON response with SolrJ? Is
Check this :
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.LowerCaseFilterFactory
On Mon, Nov 14, 2011 at 3:24 PM, jayanta sahoo wrote:
> Hi,
> Whenever I am searching with the words "OfficeJet" or "officejet" or
> "Officejet" or "oFiiIcejET". I am getting the different result
Hi all,
I have created custom Solr FunctionQuery in Solr 3.4.
I extended ValueSourceParser, ValueSource, Query and QParserPlugin classes.
I set the name parameter as "graph" inside GraphQParserPlugin class.
But when try to search i got an error. Search queries are
http://localhost:8080/solr/sel
list.
For this design , which classes should i extend? Or how can i solve that
issue?
Regards,
Parvin
On Thu, Dec 29, 2011 at 1:07 AM, Yonik Seeley wrote:
> On Wed, Dec 28, 2011 at 2:16 AM, Parvin Gasimzade
> wrote:
> > I have created custom Solr FunctionQuery in Solr 3.4.
&g
Hi all,
I try to setup solr replication by following
http://wiki.apache.org/solr/SolrReplication tutorial.Everything is working
ok.
My question is, should i define two SolrServer in Solrj (one for master and
one for slave) in order to redirect indexes into master and queries into
slave?
In the f
Then as you say , shouldn't i define three SolrServer() using SolrJ?
For indexing call solrMasterServer, and for querying call solrSlaveServer1
or solrSlaveServer2?
On Wed, Jan 25, 2012 at 11:09 AM, darul wrote:
> Here is the way I see it (and implemented it), while using SolrJ api you
> have
>
Thank you for your response.
What you mean by Grid? Can you please send me any example or any link?
On Wed, Jan 25, 2012 at 11:30 AM, darul wrote:
> You may define your specific configuration as a Grid with all your solr
> instances and then using SolrJ and CommonsHttpSolrServer choose the righ
Ok thank you for your response.
On Wed, Jan 25, 2012 at 12:24 PM, darul wrote:
> I mean by grid the list of your instances :
>
> String masterUrl = "http://masterUrl/core/...";
> String[] slaveUrls = {"http://slaveUrl/core/...";,
> "http://slaveUrl/core/..."}
>
> Then use your business logic to
Hi Anderson,
Thank you for your effort.I will try this.
Hope it will solve my problem.
Regards
On Wed, Jan 25, 2012 at 2:27 PM, Anderson vasconcelos <
anderson.v...@gmail.com> wrote:
> Hi Parvin
>
> I did something that may help you. I set up apache (with mod_proxy and mode
> balance) like a fr
Thank you for your responses. I have one more question related to Solr
multi-core.
By using SolrJ I create new core for each application. When user wants to
add data or make query on his application, I create new HttpSolrServer for
this core. In this scenario there will be many running HttpSolrServ
ated SolrRequest takes the path, I presume relative to
> the base URL you initialized the HttpSolrServer with.
>
> Best
> Erick
>
>
> On Mon, Jan 7, 2013 at 7:02 AM, Parvin Gasimzade <
> parvin.gasimz...@gmail.com
> > wrote:
>
> > Thank you for your resp
14 matches
Mail list logo