Unstructured/Structured data for indexing

2015-12-09 Thread subinalex
Hi, I am a solr newbie,just got a quick question. SOLR is designed for querying unstructured data,but then why we have to send it in a structured form(json,xml) for indexing?. Thanks & Regards,S Subin -- View this message in context: http://lucene.472066.n3.nabble.com/Unstructured-Structure

Re: Unstructured/Structured data for indexing

2015-12-09 Thread subinalex
- > Managing Board: Jürgen Hatzipantelis (CEO) > Address of Record: 64331 Weiterstadt, Germany; Commercial Register: > Amtsgericht Darmstadt HRB 6450; Tax Number: DE 172 993 071 > > > On 09.12.2015 09:09, subinalex wrote: > > Hi, > > I am a solr newbie

Indexed columns not visible on schema browser in Solr Admin console

2016-09-03 Thread subinalex
Hi All, I have indexed a json with columns that arenot defined in schema.xml,reason being i have a dynamicfield defined to catch them. The indexing completes without error,even the index and tlog folders in collection root are created. However,when i login to solr admin console,i am not able to

Re: Indexed columns not visible on schema browser in Solr Admin console

2016-09-04 Thread subinalex
http://www.solr-start.com/ On 3 September 2016 at 15:55, subinalex <[hidden email] <http:///user/SendEmail.jtp?type=node&node=4294558&i=0>> wrote: > Hi All, > > I have indexed a json with columns that arenot defined in schema.xml,reason > being i have a dynamicfield d

How to know if SOLR indexing is completed prorammatically

2016-09-30 Thread subinalex
Hi Guys, We are running back to back solr indexing batch jobs.We need to ensure if the triggered batch indexing is completed before starting the next. I know we can check the status by viewing the 'Logging' and 'CoreAdmin' page of solr admin console. But,we need to find this out programmatically

Re: How to know if SOLR indexing is completed prorammatically

2016-09-30 Thread subinalex
Thanks a lot christian.. let me explore that.. :) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-know-if-SOLR-indexing-is-completed-prorammatically-tp4298799p4298807.html Sent from the Solr - User mailing list archive at Nabble.com.

Re-Indexing 143 million rows

2016-11-21 Thread subinalex
Hi Team, I have indexed data with 143 rows(docs) into solr.It takes around 3 hours to index.I usde csvUpdateHandler and indexes the csv file by remote streaming. Now ,when i re-indexing the same csv data,it is still taking 3+ hours. Ideally,since there are no changes in _id values,it should have

Re: Re-Indexing 143 million rows

2016-11-22 Thread subinalex
ust sent. > > When a document comes in, Solr can't assume that > "nothing's changed". What if you changed your schema? > > So I'd expect the second run to take at least as long as the first. > > Best, > Erick > > On Mon, Nov 21, 2016 at 1:16 AM, s

Implementing DIH - Using a non-datetime change tracking column to Identify delta

2017-04-04 Thread subinalex
Hi Experts, Can we use a non-datetime column to identify delta rows in deltaQuery for DIH configuration. Like for example in the below deltaQuery , deltaQuery="select ID from category where last_modified > '${dih.last_index_time}'" the delta rows are picked when the last_modified datetime is

Re: Implementing DIH - Using a non-datetime change tracking column to Identify delta

2017-04-07 Thread subinalex
Thanks Shawn!!..:-) Ll try out this.. On 6 Apr 2017 00:00, "Shawn Heisey-2 [via Lucene]" < ml-node+s472066n4328519...@n3.nabble.com> wrote: On 4/4/2017 7:40 AM, subinalex wrote: > Can we use a non-datetime column to identify delta rows in deltaQuery for > DIH configurati