data import

2015-03-13 Thread abhishek tiwari
solr indexing taking too much time . What should i do to reduce time . working on solr 4.0.

not able to import Data through DIH solr 4.2.1

2015-03-18 Thread abhishek tiwari
Please provide the basic steps to resolve the issue Getting following error Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: Could not load driver: com.mysql.jdbc.Driver Processing Document # 1

Re: not able to import Data through DIH solr 4.2.1

2015-03-18 Thread abhishek tiwari
gt; Looks like a custom driver. Is the driver name correct? Is the library > declared in solrconfig.xml? Is the library path correct (use absolute > path if in doubt). > > Regards, >Alex. > > > Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: > htt

Re: not able to import Data through DIH solr 4.2.1

2015-03-18 Thread abhishek tiwari
Analyzers, Tokenizers, Filters, URPs and even a newsletter: > http://www.solr-start.com/ > > > On 19 March 2015 at 01:00, abhishek tiwari wrote: > > Alex thanks for replying > > my solrconfig : > > > > > < >

Re: data import

2015-03-19 Thread abhishek tiwari
ed="true" stored="true" multiValued="true"/>< field name="speaker_configuration" type="text_path_new" indexed="true" stored="true" multiValued="true"/> id < copyField so

Need solr query help

2013-05-09 Thread Abhishek tiwari
We are doing spatial search. with following logic. a) There are shops in a city . Each provides the facility of home delivery b) each shop has different max_delivery_distance . Now my query is suppose some one is searching from point P1 with radius R. User wants the result of shops those can del

Re: help to build query

2013-01-31 Thread Abhishek tiwari
r an AND or an OR? > > Or at least fully express those two queries, unambiguously in plain > English. There is too much ambiguity present to give you any solid > direction. > > -- Jack Krupansky > > -Original Message- From: Abhishek tiwari > Sent: Wednesday, January

Re: schema design help

2012-03-06 Thread Abhishek tiwari
data ( stored data) to reduce RDBMS query.. please suggest me how to proceed for schema design.. single core or multiple core for each entity? On Tue, Mar 6, 2012 at 7:40 PM, Gora Mohanty wrote: > On 6 March 2012 18:01, Abhishek tiwari > wrote: > > i am new in solr want help in

Re: schema design help

2012-03-07 Thread Abhishek tiwari
; 2. Each result is a document in Solr. > 3. Each displayed item is a stored field in Solr. > 4. Each searched item is an indexed field in Solr. > > It may help to think of this as a big flat materialized view in your DBMS. > > wunder > Search Guy, Chegg.com > > On

Re: schema design help

2012-03-07 Thread Abhishek tiwari
schema ? On Thu, Mar 8, 2012 at 10:21 AM, Walter Underwood wrote: > You should create multiple cores when each core is an independent search. > If you have three separate search pages, you may want three separate cores. > > wunder > Search Guy, Chegg.com > > On Mar 7, 2012, at 8:4

Re: schema design help

2012-03-07 Thread Abhishek tiwari
, 2012 at 10:49 AM, Gora Mohanty wrote: > On 8 March 2012 10:40, Abhishek tiwari > wrote: > > my page have layout in following manner > > *All tab* :which will contain all entities (Establishment/Event/Movie) > > Establishment: contain Establishment search results >

Re: schema design help

2012-03-13 Thread Abhishek tiwari
with title "Striker". So which one is better: - 3 queries to independent cores and clubbing data - Single query to one core which contains all the data. Thanks Abhishek On Thu, Mar 8, 2012 at 11:07 AM, Gora Mohanty wrote: > On 8 March 2012 11:05, Abhishek tiwari > wrote

query help

2012-03-28 Thread Abhishek tiwari
Hi , i have multi valued field want to sort the docs order the particular text eq:'B1' is added. how i should query? ad_text is multivalued field. t B1 B2 B3 B2 B1 B3 B1 B2 B3 B3 B2 B1

Re: query help

2012-03-29 Thread Abhishek tiwari
e document is something you'd > have to do when you index, Solr doesn't rearrange the > contents of a document. > > If all you want to do is display the results within the document > in order, your app can do that as it builds the display page. > > Best > Erick >

Re: query help

2012-03-29 Thread Abhishek tiwari
s either, > sorry. > > Best > Erick > > On Thu, Mar 29, 2012 at 8:27 AM, Abhishek tiwari > wrote: > > a) No. i do not want to sort the content within document . > > I want to sort the documents . > > b) As i have explained i have result set( documents ) and

Re: Error

2012-04-12 Thread Abhishek tiwari
that supports the "termfreq" function. > > Best > Erick > > On Thu, Apr 12, 2012 at 4:08 AM, Abhishek tiwari > wrote: > > > http://xyz.com:8080/newschema/mainsearch/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&sort=termfreq%28cuisine_pr