Hi,
I have configured solr5.3.1 and started Solr in schema less mode. Using
SolrInputDocument, Iam able to add new fields in solrconfig.xml using Solrj.
How to specify the field type of a field using Solrj.
Eg
How can I add field type properties using SolrInputDocument programmatically
using
Hi,
I'm on Solr 6.1 and testing a JDBC query from SquirrelSQL and I find this
query works OK:
select id from c_D02016
But when I try this query I get an error: Collection not found c_d02016
select count(*) from c_D02016.
It seems solr is expecting the collection/table name to be lower-case. Has
Hi.
I had a very similar problem.
If you find heap out or frequent major gc while monitor with jvisualvm, you
may have a problem memory leak or gc.
And I had gc problem, I solved it using G1GC.
You can find some articles about that.
Regards,
Jade Shin.
2016. 7. 13. 오후 5:56에 "sara hajili" 님이 작성
I recommend against manually editing your znodes,
that's like a recipe for disaster unless you know
_exactly_ what you are doing. One mistake and you
risk your collections. And since you're "continuously
indexing", I don't see what good it would do you anyway
since by the time you were finished edi
I have a 4 machine cluster with ~100 collections. Each collection has
numShards=2 and replicationFactor=2. Data directory size of each node is
~120GB. One of my node is having some hardware issue, so I need to replace
it. How can I do that without taking whole cluster down. IP of new node will
be
Hi,
Thanks for the reply.
Yes, i tried to search by setting CFQ=abc\-def and also as "abc-def", but
no luck.
Thanks.
On Sun, Jul 17, 2016 at 9:19 PM, Erick Erickson
wrote:
> What have you tried? Did you try escaping it?
>
> Best,
> Erick
>
> On Sun, Jul 17, 2016 at 7:32 AM, Rajesh Kapur
> wr
What have you tried? Did you try escaping it?
Best,
Erick
On Sun, Jul 17, 2016 at 7:32 AM, Rajesh Kapur wrote:
> Hi
>
> I am still facing this issue. Anyone can help me in this.
>
> Thanks
>
> On 14-Jul-2016 1:15 PM, "Rajesh Kapur" wrote:
>
>> Hi,
>>
>> I am facing issue while implementing sugg
Hi
I am still facing this issue. Anyone can help me in this.
Thanks
On 14-Jul-2016 1:15 PM, "Rajesh Kapur" wrote:
> Hi,
>
> I am facing issue while implementing suggester for my project where I am
> passing CFQ value having - in between, but it is not giving me desired
> output.
>
> Could you
Hi all,
We are currently using Solr 6.0.0, with Solr Cloud and SSL
where:
1. Collections are defined with router.name=implicit
2. Collections are built of shard per machine
3. Data from a specific machine is indexed on that shard and documents
always keep on coming.
4. Search is distributed
Hi all,
We are currently using Solr 6.0.0, with Solr Cloud and SSL
where:
1. Collections are defined with router.name=implicit
2. Collections are built of shard per machine
3. Data from a specific machine is indexed on that shard and documents
always keep on coming.
4. Search is distributed
10 matches
Mail list logo