Re: @field for child object

2011-07-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
;  B b; > > } > > regards, > kiwi > -- ----- Noble Paul

Re: Re; DIH Scheduling

2011-06-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
> > I think that you're basically stuck with something like cron at this > time. If your application is written in java, take a look at the > Quartz scheduler - http://www.quartz-scheduler.org/ It was considered and decided against. > > -Simon > -- ----- Noble Paul

Re: Where is LogTransformer log file path??

2011-06-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
research but cannot find anything related to: > LogTransformer file path/log path or so on... > > So, can anyone please tell me where are those messgae logged? > > Thank you in advance for any help. > > Ellery > -- - Noble Paul

Re: Need help with DIH dataconfig.xml

2011-06-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
y help is appreciated. > Martin > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Need-help-with-DIH-dataconfig-xml-tp3066855p3066855.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- - Noble Paul

Re: DIH entity threads

2011-06-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
umentation on this. > > Another possible bottleneck is the the number of sub entities we have... 5 > (only 1 of which is CachedSqlEntityProcessor). Any ideas? > > Thanks for the help > > > -- - Noble Paul

Re: ContentStreamDataSource

2010-11-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
&command=full-import} status=0 QTime=0 > > > What am I doing wrong? > > Regards > Theodor Tolstoy > Developer Stockholm university library > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Throttling replication

2010-09-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
hts? > > Thanks > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Solr DataConfig / DIH Question

2010-06-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
specify a default in the Solr schema, but that seems to > only work after all the data is indexed which makes sense but surprised me > initially. BTW, thanks for the great DIH tutorial on the wiki! > > > > Thanks! > > Charles > > > > > > -- > Lance Norskog > goks...@gmail.com > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Dynamic dataConfig files in DIH

2010-06-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
is used by the dih debug mode) > > -Hoss > > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: TikaEntityProcessor not working?

2010-05-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
e also tried the tika example in example-DIH and that doesn't seem to > index anything, either. Am I doing something wrong, or is this just not > working yet? > > Cheers, > > Brad > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: TikaEntityProcessor on Solr 1.4?

2010-05-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
And my Java's pretty rusty.) > > How did you arrive at your patch? Just grafting the entire > trunk/solr/contrib/dataimporthandler onto 1.4's code? Or did you go > through Jira/SVN looking for applicable changesets? > > I'll be very interested to hear how your testin

Re: TikaEntityProcessor on Solr 1.4?

2010-05-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
ell whether this is really > all that's involved: > https://issues.apache.org/jira/browse/SOLR-1583 > https://issues.apache.org/jira/browse/SOLR-1358 > > Sixten > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Issue with delta import (not finding data in a column)

2010-05-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
Are u reusing the context object? It may help if u can paste the relevant part of ur code On 10 May 2010 19:03, "ahammad" wrote: I have a Solr core that retrieves data from an Oracle DB. The DB table has a few columns, one of which is a Blob that represents a PDF document. In order to retrieve

Re: Custom DIH variables

2010-05-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
stom-DIH-variables-tp777696p780332.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Custom DIH EventListeners

2010-05-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
ent (Full-Import, Delta-Import)? > > Thanks > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Custom-DIH-EventListeners-tp780517p780517.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- ----

Re: Custom DIH variables

2010-05-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
; Sent from the Solr - User mailing list archive at Nabble.com. > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Custom DIH variables

2010-05-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
t; Sent from the Solr - User mailing list archive at Nabble.com. > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: DIH: inner select fails when outter entity is null/empty

2010-04-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
ilar to what was described here:   > http://search-lucene.com/m/cjlhtFkG6m > ... except I don't have the luxury of rewriting the SQL selects. > > Thanks, > Otis > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.co

Re: ReplicationHandler reports incorrect replication failures

2010-03-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
p replication poll leaves "successfulInstall" set to > false which makes SnapPuller.logReplicationTimeAndConfFiles log the > poll as a failure.  SnapPuller.successfulInstall stays false until the > first time replication actually has to do something, at which point it > gets s

Re: expungeDeletes on commit in Dataimport

2010-03-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
g a Delta or Full Import , > i tries looking at Context. currentProcess() but that gives me "FULL_DUMP" > when doing a delta import...? the variable ${dataimporter.request.command} tells you which command is being run > > Thanks! > Ruben Chadien -- -----

Re: DIH best pratices question

2010-03-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
es-question-tp677568p677568.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: XPath Processing Applied to Clob

2010-03-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
; > Here is what I currently have that fails: > > > > >         > >             > >             > >             >             forEach="/MESSAGE" url="${doc.text}"> >                 > >             > >         > > > > > Is there an easy way to do this without writing my own custom transformer? > > Thanks. > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Is it possible to use ODBC with DIH?

2010-03-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
d.nabble.com/Is-it-possible-to-use-ODBC-with-DIH--tp27808016p27808016.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: If you could have one feature in Solr...

2010-03-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
to update files eg you get the content of solrconfig, then > you want to update it and reload the core. Most other things, I think are > doable without getConfigDir. > > QueryElevationComponent is actually sort of simple to get around - we just > need to add an exists method that retu

Re: DIH onError question

2010-03-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
1:05 PM org.apache.solr.update.DirectUpdateHandler2 > rollback > INFO: start rollback > > > My data-config file: > >   >   >     transformer="RegexTransformer,TemplateTransformer" baseDir="C:\Docs" > fileName=".*pdf" recursive="true"       rootEntity="false" pk="id" > dataSource="binaryFile" onError="skip"> >         replaceWith="/" /> >       processor="TikaEntityProcessor" url="${f.fileAbsolutePath}" > onError="continue" > >         >       >     >   > > > > Thanks, > Nirmal > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: replication issue

2010-03-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
something is wrong > > One more thing, I have a symlink for /solr/data ---> /raid/data > > Thank you for your help ! > > matt > > > > > > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: If you could have one feature in Solr...

2010-02-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Feb 24, 2010 at 7:18 PM, Patrick Sauts wrote: > Synchronisation between the slaves to switch the new index at the same time > after replication. I shall open as issue for this. And let us figure out how best it should be done https://issues.apache.org/jira/browse/SOLR-1800

Re: Using XSLT with DIH for a URLDataSource

2010-02-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
this is the only one place this should be a problem.'xsl' is not a very commonly used attribute On Fri, Feb 26, 2010 at 10:46 AM, Lance Norskog wrote: > There could be a common 'open an url' utility method. This would help > make the DIH components consistent. > &

Re: Using XSLT with DIH for a URLDataSource

2010-02-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
eamSource(iStream)); > > > On Mon, Feb 22, 2010 at 6:24 AM, Roland Villemoes > wrote: >> You're right! >> >> I was as simple (stupid!) as that, >> >> Thanks a lot (for your time .. very appreciated) >> >> Roland >&g

Re: error while using the DIH handler

2010-02-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
using-the-DIH-handler-tp27702772p2770.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Using XSLT with DIH for a URLDataSource

2010-02-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
Just as shown on the wiki (http://wiki.apache.org/solr/DataImportHandler) >> >> But I need to do some manipulation of the XML feed first, So I am trying to >> a transform first using: >> >> >> > > >> But no matter what I do in my "test.xslt" - I get the same error: >> >> ... >> org.apache.solr.handler.dataimport.DataImportHandlerException: Error >> initializing XSL  Processing Document # 1 >> ... >> Caused by: javax.xml.transform.TransformerConfigurationException: Could not >> compile stylesheet >> >> >> Anyone that can help me out here? Or has a running example using XSLT with >> DIH? >> >> > Can you send the complete stacktrace? > > -- > Regards, > Shalin Shekhar Mangar. > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: @Field annotation support

2010-02-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
.4.0.jar/org\apache\solr\client\solrj\beans\Field.class > > 2010/2/18 Noble Paul നോബിള്‍  नोब्ळ् : >> solrj jar >> >> On Thu, Feb 18, 2010 at 10:52 PM, Pulkit Singhal >> wrote: >>> Hello All, >>> >>> When I use Maven or Eclipse to try and com

Re: replications issue

2010-02-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
as described in the wiki. >> >> when i start the replication a directory called index.$numebers is created >> after a while >> it disappears and a new index.$othernumbers is created >> >> index/ remains untouched with an empty index. >> >> any clue? >> >> thank you in advance, >> Riccardo >> >> -- >> ciao, >> giskard > > -- > ciao, > giskard > > > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: @Field annotation support

2010-02-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
ort the > annotation. What jar should we use to bring in this custom Solr > annotation? > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Preventing mass index delete via DataImportHandler full-import

2010-02-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
be documented. > > https://issues.apache.org/jira/browse/SOLR-1168 > > > > -Hoss > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Solr 1.4: Full import FileNotFoundException

2010-02-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
html > : > : > : > : and was under the impression that this issue was fixed in Solr 1.4. > : > > : > ...right, attempting to run two concurrent imports with DIH should cause > : > the second one to abort immediatley. > : &g

Re: Solr 1.4: Full import FileNotFoundException

2010-02-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
ked at: > : > http://old.nabble.com/dataimporthandler-and-multiple-delta-import-td19160129.html > : > : and was under the impression that this issue was fixed in Solr 1.4. > > ...right, attempting to run two concurrent imports with DIH should cause > the second one to abort imm

Re: Call URL, simply parse the results using SolrJ

2010-02-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
gt; >> On Mon, Feb 8, 2010 at 9:32 AM, Jason Rutherglen >> wrote: >>> Sorry for the poorly worded title... For SOLR-1761 I want to pass in a >>> URL and parse the query response... However it's non-obvious to me how >>> to do this using the SolrJ API, hence asking the experts here. :) >>> >> > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DIH: delta-import not working

2010-02-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
The sql generated in the deltaquery is correct, the timestamp is passed > correctly. When i execute that query manually in the DB it returns the pk of > the rows that were added. However no documents are added to the index. What > am i missing here ?? I'm using a build snapshot from 03/02. > > > Thanks > Jorg > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: How to configure multiple data import types

2010-02-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
or dtd) for >        data-config.xml >        schema.xml >        slrconfig.xml > > As these might help with understanding how to construct usable conf files > > Regards > Stefan Maric > BT Innovate & Design | Collaboration Platform - Customer Innovation Solutions > --

Re: DataImportHandlerException for custom DIH Transformer

2010-02-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
w, Context context)? > > > -- > Tommy Chheng > Programmer and UC Irvine Graduate Student > Twitter @tommychheng > http://tommy.chheng.com > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DataImportHandler TikaEntityProcessor FieldReaderDataSource

2010-02-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
unfortunately, no On Fri, Feb 5, 2010 at 2:23 PM, Jorg Heymans wrote: > dow, thanks for that Paul :-| > > I suppose schema validation for data-config.xml is already in Jira somewhere > ? > > Jorg > > 2010/2/5 Noble Paul നോബിള്‍ नोब्ळ् > >> wrong   >> ri

Re: java.lang.NullPointerException with MySQL DataImportHandler

2010-02-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
t;> >>>       >>>         >>>         >> words="stopwords.txt" enablePositionIncrements="true" /> >>>         >> generateWordParts="1" generateNumberParts="1" catenateWords="1" >>> catenateNumbers="1" catenateAll="0" splitOnCaseChange="0"/> >>>         >>>       >>>       >>>         >>>         >> synonyms="synonyms.txt" ignoreCase="true" expand="true"/> >>>         >>                 ignoreCase="true" >>>                 words="stopwords.txt" >>>                 enablePositionIncrements="true" >>>                 /> >>>         >> generateWordParts="1" generateNumberParts="1" catenateWords="0" >>> catenateNumbers="0" catenateAll="0" splitOnCaseChange="0"/> >>>         >>>       >>>     >>>     >> positionIncrementGap="100"> >>>       >>>         >>>       >>>     >>>     >> positionIncrementGap="100"> >>>       >>>         >>>         >>                 ignoreCase="true" >>>                 words="stopwords.txt" >>>                 enablePositionIncrements="true" >>>                 /> >>>         >> generateWordParts="1" generateNumberParts="1" catenateWords="1" >>> catenateNumbers="1" catenateAll="0" splitOnCaseChange="1"/> >>>         >>>         >> language="English" protected="protwords.txt"/> >>>       >>>       >>>         >>>         >> synonyms="synonyms.txt" ignoreCase="true" expand="true"/> >>>         >>                 ignoreCase="true" >>>                 words="stopwords.txt" >>>                 enablePositionIncrements="true" >>>                 /> >>>         >> generateWordParts="1" generateNumberParts="1" catenateWords="0" >>> catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/> >>>         >>>         >> language="English" protected="protwords.txt"/> >>>       >>>     >>>       >>>     >>>     >> precisionStep="0" omitNorms="true" positionIncrementGap="0"/> >>> >>>   >>> >>>   >>>     >> required="true" /> >>> >>>     >>>     >>>     >>>     >>> >>>     >>> >>>     >> multiValued="true" omitNorms="true" /> >>>     >> stored="true" multiValued="true" omitNorms="true" /> >>>     >> multiValued="true" omitNorms="true" /> >>> >>>     >>>     >> multiValued="true"/> >>>   >>> >>>   productID >>> >>>   text >>> >>>   >>> >>>   >>>   >>>   >>>   >>> >>> >>> >>> >>> >>> Jean-Michel >>> >> >> > > > > -- > Lance Norskog > goks...@gmail.com > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DataImportHandler - convertType attribute

2010-02-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Feb 3, 2010 at 4:16 PM, Erik Hatcher wrote: > > On Feb 3, 2010, at 5:36 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: >> >> On Wed, Feb 3, 2010 at 3:31 PM, Erik Hatcher >> wrote: >>> >>> One thing I find awkward about convertType is that it is Jdbc

Re: DataImportHandler - convertType attribute

2010-02-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
t. we offer it because JDBC drivers have mechanism to do type conversion What do you mean by it is too broad? > >        Erik > > On Feb 3, 2010, at 1:16 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: > >> implicit conversion can cause problem when Transformers are applied. >> It

Re: DataImportHandler - convertType attribute

2010-02-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
t; > > Why it is error prone? Is it safe enough to enable convertType for all jdbc > data sources by default? What are the side effects? > > Thanks in advance, > Alex > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DataImportHandler delta-import confusion

2010-02-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
noble.p...@gmail.com [noble.p...@gmail.com] On Behalf Of Noble Paul > നോബിള്‍  नोब्ळ् [noble.p...@corp.aol.com] > Sent: Tuesday, February 02, 2010 2:12 AM > To: solr-user@lucene.apache.org > Subject: Re: DataImportHandler delta-import confusion > > try > deltaImportQ

Re: DataImportHandler delta-import confusion

2010-02-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
ust blank.  I also tried > changing it to ${moment.MOMENTID}. > > I don't really get the relation between the pk field and the > ${dataimport.delta.whatever} stuff. > > Help please! > -jsd- > > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DataImportHandler multivalued field Collection not working

2010-01-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
7;d expect, meaning not at all. I logged the >> collection is there, however the multivalue collection field >> just isn't being indexed (according to the DIH web UI and it's >> not in the index). >> > > > > -- > 梅旺生 > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: replication setup

2010-01-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
an see core0 and core 1 when I open the solr url > However, I don't see a replication link and > the following url  solr url / replication returns a 404 error > > > > I must be doing something wrong. I would appreciate any help ! > > > > thanks a lot > > matt > > > > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DataImportHandler problem - reading XML from a file

2010-01-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
  >     >     First >        Previous >        Next >        Last >     >     >       >        1 >         >         >        Understanding Analyzers, Tokenizers, and Filters >       >     >   > > > > > -- > Lance Norskog > goks...@gmail.com > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: loading an updateProcessorChain with multicore in trunk

2010-01-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
t; > > As far as I understand, if you specify the chain you want to use in here: > >     >       myChain >     > > > Shouldn't be necesary to set it as default. > Is it going to be kept this way? > > Thanks in advance > > > > -- > View this message in context: > http://old.nabble.com/loading-an-updateProcessorChain-with-multicore-in-trunk-tp27371375p27371375.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Solr 1.4 Replication index directories

2010-01-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
org.apache.lucene.store.NIOFSDirectory@/home/solr/solr_1.4/solr/data/index.20100127044500 > > > > >> >>> - Could it be that the index does not finish replicating in the poll >>> interval I >>> give it? What happens if, say there's a poll interval

Re: Help using CachedSqlEntityProcessor

2010-01-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
Have I missed >>> any >>> other configurationg changes? Do I need to add anything into the >>> solfconfig.xml file?  Do I have my syntax completely wrong? >>> >>> Any help is greatly appreciated!!! >> >> >> > > -- > View this message in context: > http://old.nabble.com/Help-using-CachedSqlEntityProcessor-tp27337635p27355501.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Help using CachedSqlEntityProcessor

2010-01-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
          OR   convert(varchar(50), PublishDate) > >>> '${dataimporter.article.last_index_time}')" >>>                 parentDeltaQuery="SELECT * from >>> vArticleSummaryDetail_SolrSearch (nolock) >>>                                  WHERE conve

Re: Fastest way to use solrj

2010-01-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
ins almost all > of the 5000 chars. > > /Tim > > 2010/1/27 Noble Paul നോബിള്‍  नोब्ळ् : >> how many fields are there in each doc? the binary format just reduces >> overhead. it does not touch/compress the payload >> >> 2010/1/27 Tim Terlegård : >>> I h

Re: Fastest way to use solrj

2010-01-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
prised about this. It doesn't bother me much though. At > least it performs better. > > /Tim > > 2010/1/27 Noble Paul നോബിള്‍  नोब्ळ् : >> if you write only a few docs you may not observe much difference in >> size. if you write large no:of docs you may observe a b

Re: Fastest way to use solrj

2010-01-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
x27;t look like a binary file is smaller in size than > an xml file? > > /Tim > > 2010/1/27 Noble Paul നോബിള്‍  नोब्ळ् : >> 2010/1/21 Tim Terlegård : >>> Yes, it worked! Thank you very much. But do I need to use curl or can >>> I use CommonsHttpSolrServer or St

Re: DataImportHandler TikaEntityProcessor FieldReaderDataSource

2010-01-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
ndle(Server.java:285) > >                at > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:502) > >                at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConne > ction.java:821) > >                at > org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) > >                at > org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:208) > >                at > org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:378) > >                at > org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.jav > a:226) > >                at > org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.ja > va:442) > > > > Thanks, > > Nirmal > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
es but agreed, we have no need to e-mail them > along) > > I would have never thought to look there but it does seem suspicious now > that you mention it.  For a proper replication configuration where we > replicate on commit, is there a recommended setting? > >>> ..

Re: Replication Handler Severe Error: Unable to move index file

2010-01-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
./index wouldn't work).  Does Solr ever hold files open > in a manner that would prevent a file in the index directory from being > overridden? There is a TODO which says manual it try to copy if move (renameTo) fails. We never did it because we never observed renameTo failing. > > > 2

Re: Replication Handler Severe Error: Unable to move index file

2010-01-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
y small >> (15 seconds) >> -We have a multi-box distributed search with each box possessing multiple >> cores >> -We issue a manual (rolling) optimize across the cores on the master once a >> day (occurred ~ 1-2 hours before the above timeline) >> -maxWarmingSearchers is set to 1. > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Fastest way to use solrj

2010-01-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
>   fieldNull.add("boost", null) >   doc = [fieldNull, fieldId, fieldText] >   docs = [doc] >   root = new NamedList() >   root.add("docs", docs) >   fos = new FileOutputStream("data.bin") >   new JavaBinCodec().marshal(root, fos) > > /Tim > JavaBin is a format. use this method JavaBinUpdateRequestCodec# marshal(UpdateRequest updateRequest, OutputStream os) The output of this can be posted to solr and it should work -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DIH delta import - last modified date

2010-01-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
last-modified-date-tp27231449p27231449.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Fastest way to use solrj

2010-01-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
d send everything over HTTP instead? Would > code for that look something like this? > >    while (moreDocs) { >        xmlDoc = readDocFromFileUsingSaxParser() >        doc = new SolrInputDocument() >        doc.addField("id", "9-0") >        doc.addField(&quo

Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
? > > Also, on a (probably) unrelated topic, we're kinda confused by this section > of the slave config: > >         >        internal > > Since we *are* on a LAN, what exactly should we be doing here?  The language > is somewhat unclear... I thought that meant that we should just comment out > the line altogether, but others think it means that we should leave it set > to "internal".  We get that compression is probably unnecessary for our more > vanilla setup, we're just not 100% sure how to express that correctly. > > Thanks in advance for any advice! > > -- > Steve > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: DataImportHandler - synchronous execution

2010-01-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
ummy stream > to DIH as a workaround for this, but I think it makes sense to add > specific option for that. Any objections? > > Alex > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Data Full Import Error

2010-01-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
> Hope you can advise ! > > On 12 Jan 2010, at 12:26, Noble Paul നോബിള്‍ नोब्ळ् wrote: > >> You need more memory to run dataimport. >> >> >> On Tue, Jan 12, 2010 at 4:46 PM, Lee Smith wrote: >>> Hi All >>> >>> I am trying to do a

Re: Data Full Import Error

2010-01-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
2010 3:08:23 AM org.apache.solr.update.SolrIndexWriter finalize > SEVERE: SolrIndexWriter was not closed prior to finalize(), indicates a bug > -- POSSIBLE RESOURCE LEAK!!! This is OK. don't bother > > Any ideas what this can be ?? > > Hope you can help. > > Lee > &g

Re: Synonyms from Database

2010-01-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
time to check >> for synonyms. >> >> I know I am not putting thoughts to the performance implications of this >> approach, but will love to hear about others thoughts. >> >> ~Ravi. > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: replication --> missing field data file

2010-01-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
..@gmail.com [mailto:noble.p...@gmail.com] On Behalf Of Noble > Paul ??? ?? > Sent: Wednesday, January 06, 2010 12:23 PM > To: solr-user > Subject: Re: replication --> missing field data file > > the index dir is in the name "index" others will be stored as

Re: replication --> missing field data file

2010-01-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
il.com [mailto:noble.p...@gmail.com] On Behalf Of Noble > Paul ??? ?? > Sent: Wednesday, January 06, 2010 11:52 AM > To: solr-user > Subject: Re: replication --> missing field data file > > On Wed, Jan 6, 2010 at 9:49 PM, Giovanni Fernandez-Kincade > wrote: >> I set up r

Re: replication --> missing field data file

2010-01-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
t;       at > org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:704) >       at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:68) >       at org.apache.lucene.index.IndexReader.open(IndexReader.java:476) >       at org.apache.lucene.index.IndexReader.open(IndexReader.java:403) >       at > org.apache.solr.core.StandardIndexReaderFactory.newReader(StandardIndexReaderFactory.java:38) >       at org.apache.solr.core.SolrCore.getSearcher(So > > > > > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: readOnly=true IndexReader

2010-01-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
these are not variables used by Solr. These are just substituted in solrconfig.xml and probably consumed by ReplicationHandler (this is not a standard) > > Thank you for your answers. > > Patrick. > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Solr Replication Questions

2010-01-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
re separately in the server.xml? > > > Thanks for your help, > Gio. > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: replicating extension JARs

2010-01-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
nd exceptions). I'm > wondering if I'm missing something and Solr replication will do that > or if it's a deficiency in Solr's replication. > > Ryan > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: serialize SolrInputDocument to java.io.File and back again?

2009-12-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
gt; Thanks for your time. > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: fl parameter and dynamic fields

2009-12-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
uery like: > http://localhost:8080/solr/select?q=Bool_*:true&rows=10 > > Is there something like this in SOLR? > > Thanks, > Tim Harsch > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Problem with simple use of DIH

2009-12-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
d it worked. > > I think the column names may be case-sensitive, although I haven't proven > that to be the case. I did discover that references to column names in the > velocity template are case sensitive; ${dproduc.DPRPRD} works > and ${dproduc.dprprd} does not. > >

Re: Problem with simple use of DIH

2009-12-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
quot;select fsksku, fcoclr, >> fszsiz, fskret >>           from fskumas where >> dprprd='${dproduc.DPRPRD}'"> >>          > column="fsksku" name="sku" /> >>          > column="fcoclr" name="color" /> >>          > column="fszsiz" name="size" /> >>          > column="fskret" name="price" /> >>       >>     >>   >> > > What is the primary key of dproduc table? If it is dprprd can you try adding > pk="dprprd" to > > > > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: suggestions for DIH batchSize

2009-12-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
ing for this? > > Has anyone notice any significant performance/memory tradeoffs by making > this much bigger? > > thanks > Joel > > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Documents are indexed but not searchable

2009-12-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
elp will be greatly appreciated! > > Thanks in advance, > > Andreas Evers > -- > View this message in context: > http://old.nabble.com/Documents-are-indexed-but-not-searchable-tp26868925p26868925.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Is DataImportHandler ThreadSafe???

2009-12-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
eadSafetp26853521p26853521.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: CCU of Solr?

2009-12-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
; that how many concurrent request that Solr can be process? > -- > View this message in context: > http://old.nabble.com/CCU-of-Solr--tp26840318p26840318.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- -----

Re: Question about updateRequestProcessorChain

2009-12-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
"/update" >> (which doest use the request chain), still the RequestProcessorChain is >> getting invoked. >> >> > You need to specify a name for the chain otherwise it will be applied by > default > > > > > > -- > Regards, > Shalin Shekhar Mangar. > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: shards parameter

2009-12-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
w this message in context: > http://old.nabble.com/shards-parameter-tp26826908p26826908.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: solr core size on disk

2009-12-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
k you > matt > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: How to get Solr 1.4 to replicate spellcheck directories as well?

2009-12-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
lcheck files too?  Is >> my setting 'buildOnCommit' to 'false' causing my spellcheck files to not >> replicate?  I would think after the nightly build is triggered and done (via >> cron) that the spellcheck files would be replicated by that is not the case. >> >> Thanks for any help or info. >> >> Michael >> >> -- >> View this message in context: >> http://old.nabble.com/How-to-get-Solr-1.4-to-replicate-spellcheck-directories-as-well--tp26812569p26812569.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >> > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: apache-solr-common.jar

2009-12-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
> really silly to request for a jar, but have no option. > Thanks. > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Request Assistance with DIH

2009-12-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
y use to connect to Oracle. > > Thanks > Robbin > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: question regarding dynamic fields

2009-12-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
n the query. > Thanks. > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: Custom Field sample?

2009-12-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
separated multivalued string field... but it >> isn't the best way. and with facets is the worst way >> >> could you give me a custom field sample? >> >> >> Thanks in advance, >>  Revenge >> >> > > ------ > Grant Ingersoll > http://www.l

Re: Exception encountered during replication on slave....Any clues?

2009-12-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
s not available".    By > the way, when I go to the admin url for the slave and click on replication, > I see a screen with the master url listed (as above) and the word > "unreachable" after it.    And, of course, the same exception shows up in > the tomcat logs. >

Re: DIH solrconfig

2009-12-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
onfig.xml thats all I will need ? > > ie: > >   class="org.apache.solr.handler.dataimport.DataImportHandler"> >     >        db-data-config.xml >     >   > > Is this correct ? yep . this is all you need > > > Lee > --

Re: indexing XML with solr example webapp - out of java heap space

2009-12-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
it using the "post.jar" tool in example\exampledocs, > I get a "out of java heap space" error in the SimplePostTool > application. > > > > Any ideas how to fix this? Passing in "-Xms1024M" does not fix it. > > > > Feroze. > > >

Re: Replicating multiple cores

2009-12-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
tiple cores on a server, I guess I need multiple >>> rsyncd's running (if using the shell scripts)? >>> >> >> Yes. I'd highly recommend using the Java replication though. >> >> -- >> Regards, >> Shalin Shekhar Mangar. >> > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Tika and DIH integration (https://issues.apache.org/jira/browse/SOLR-1358)

2009-12-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
on > the column/field ? > > Thanks, > Jorg > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

Re: How to setup dynamic multicore replication

2009-12-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
e is created, and that is should start > replicating those to? > > Thanks in advance. > > Thijs > > [1] > http://wiki.apache.org/solr/MultipleIndexes#Flattening_Data_Into_a_Single_Index > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: Oddly slow replication

2009-12-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
s > causing the problem but there's been no improvement. > > Any ideas? > > > -- - Noble Paul | Systems Architect| AOL | http://aol.com

Re: how to set CORE when using Apache Solr extension?

2009-12-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
685174p26685174.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- ----- Noble Paul | Systems Architect| AOL | http://aol.com

<    1   2   3   4   5   6   7   8   9   10   >