Keep indexed records

2017-12-20 Thread Shashi Roushan
Hello All,

I want to keep indexed records live in solr, during data import when sql
query not returning any record. We also need to clean= true, because when
SQL query return records then solr should be reindexed.
Only avoid reindexing, when SQL query not return any rows.

Please suggests.

Regards,
Shashi Roushan


Unsubscribe my email

2017-10-12 Thread Shashi Roushan
Please unsubscribe my email .

Regards,
Shashi Roushan


Re: Solrcloud configuration

2017-09-28 Thread Shashi Roushan
Hello All,

Thanks to reply. After long time , I found the solution of configuration
uploading in sold cloud from the following link:

http://mtitek.com/tutorials/solr/collections.php

Regards,
Shashi Roushan

On Sep 20, 2017 3:42 AM, "John Bickerstaff" <j...@johnbickerstaff.com>
wrote:

This may also be of some assistance:

https://gist.github.com/maxivak/3e3ee1fca32f3949f052

I haven't tested, just found it.

On Tue, Sep 19, 2017 at 4:10 PM, John Bickerstaff <j...@johnbickerstaff.com>
wrote:

> This may be of some assistance...
>
> http://lucene.apache.org/solr/guide/6_6/
>
> There is a section discussing sharding and another section that includes
> the schema.
>
> On Tue, Sep 19, 2017 at 1:42 PM, Shashi Roushan <shashirous...@gmail.com>
> wrote:
>
>> Hello David
>>
>> No, I didn't read any documentation on the schema and DIH.
>>
>> Actually we are already using Solr 4 version. I am now upgrading in
>> solrcloud with shards. I have done lots of google, but not getting
>> relevant
>> information DIH and schema with Solr shards. I am getting result with
>> older
>> version of Solr.
>>
>>
>> On Sep 20, 2017 12:58 AM, "David Hastings" <hastings.recurs...@gmail.com>
>> wrote:
>>
>> Did you read the documentation on the schema and the DIH?
>>
>> On Tue, Sep 19, 2017 at 3:04 PM, Shashi Roushan <shashirous...@gmail.com>
>> wrote:
>>
>> > Hi All,
>> >
>> > I need your help to configure solrcloud with shards.
>> > I have created collection and shards using solr6 and Zookeeper. Its
>> working
>> > fine.
>> > My problems are:
>> > Where I put schema and dbdataconfig files?
>> > How I can use DIH to import data from SQL server To solr?
>> >  In older version I was using schema and DIH to import data from SQL
>> > server.
>> >
>> > Please help.
>> >
>> > Regards
>> > Shashi Roushan
>> >
>>
>
>


Re: Solrcloud configuration

2017-09-19 Thread Shashi Roushan
Hello David

No, I didn't read any documentation on the schema and DIH.

Actually we are already using Solr 4 version. I am now upgrading in
solrcloud with shards. I have done lots of google, but not getting relevant
information DIH and schema with Solr shards. I am getting result with older
version of Solr.


On Sep 20, 2017 12:58 AM, "David Hastings" <hastings.recurs...@gmail.com>
wrote:

Did you read the documentation on the schema and the DIH?

On Tue, Sep 19, 2017 at 3:04 PM, Shashi Roushan <shashirous...@gmail.com>
wrote:

> Hi All,
>
> I need your help to configure solrcloud with shards.
> I have created collection and shards using solr6 and Zookeeper. Its
working
> fine.
> My problems are:
> Where I put schema and dbdataconfig files?
> How I can use DIH to import data from SQL server To solr?
>  In older version I was using schema and DIH to import data from SQL
> server.
>
> Please help.
>
> Regards
> Shashi Roushan
>


Solrcloud configuration

2017-09-19 Thread Shashi Roushan
Hi All,

I need your help to configure solrcloud with shards.
I have created collection and shards using solr6 and Zookeeper. Its working
fine.
My problems are:
Where I put schema and dbdataconfig files?
How I can use DIH to import data from SQL server To solr?
 In older version I was using schema and DIH to import data from SQL server.

Please help.

Regards
Shashi Roushan


No need white space split

2016-07-25 Thread Shashi Roushan
Hi All,

I am Shashi.

I am using Solr 6.1. I want to get result only when the hole word matched.
Actually I want to avoid whitespace split.

Whenever we search for "CORSAIR ValueSelect", I want the result only
"CORSAIR ValueSelect",currently I am getting one more result as "CORSAIR
 XMS 2GB".

Can any one help me?