Re: DIH solrconfig

2009-12-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Dec 9, 2009 at 3:34 PM, Lee Smith l...@weblee.co.uk wrote: Hi All There seems to be massive difference between the solrconfig in the DIH example to the one in the normal example ? Would I be correct in saying if I was to add the dataimport request handler in the solrconfig.xml thats

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

2009-12-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
, the same exception shows up in the tomcat logs. Thanks, - Bill -- From: Noble Paul നോബിള്‍  नोब्ळ् noble.p...@corp.aol.com Sent: Monday, December 07, 2009 9:20 PM To: solr-user@lucene.apache.org Subject: Re: Exception encountered during

Re: How to setup dynamic multicore replication

2009-12-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Tue, Dec 8, 2009 at 2:43 PM, Thijs vonk.th...@gmail.com wrote: Hi I need some help setting up dynamic multicore replication. We are changing our setup from a replicated single core index with multiple document types, as described on the wiki[1], to a dynamic multicore setup. We need this

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

2009-12-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
we are very close to resolving SOLR-1358 . So you may be able to use it On Tue, Dec 8, 2009 at 5:32 PM, Jorg Heymans jorg.heym...@gmail.com wrote: Hi, I am looking into using Solr for indexing a large database that has documents (mostly pdf and msoffice) stored as CLOBs in several tables. It

Re: Replicating multiple cores

2009-12-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Dec 9, 2009 at 6:14 AM, Jason Rutherglen jason.rutherg...@gmail.com wrote: Yes. I'd highly recommend using the Java replication though. Is there a reason?  I understand it's new etc, however I think one issue with it is it's somewhat non-native access to the filesystem. Can you

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

2009-12-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
are you able to hit the http://localhost:8080/postingsmaster/replication using a browser from the slave box. if you are able to hit it what do you see? On Tue, Dec 8, 2009 at 3:42 AM, William Pierce evalsi...@hotmail.com wrote: Just to make doubly sure,  per tck's suggestion,  I went in and

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

2009-12-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
the core is a part of the uri http://host:port/solr-app/core-name/select say if the core name is core1 and solr app name is solr deployed at port 8983 then it would look like http://host:8983/solr/core1/select On Tue, Dec 8, 2009 at 3:44 AM, regany re...@newzealand.co.nz wrote: Hello, Can

Re: Oddly slow replication

2009-12-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
this has to be a network problem . We have never encountered such vastly different speeds in the same LAN. On Tue, Dec 8, 2009 at 3:22 AM, Simon Wistow si...@thegestalt.org wrote: I have a Master server with two Slaves populated via Solr 1.4 native replication. Slave1 syncs at a respectable

Re: no error delta fail with DataImportHandler

2009-12-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
probably you can try out this http://wiki.apache.org/solr/DataImportHandlerFaq#fullimportdelta and it may give you more info on what is happeining On Thu, Dec 3, 2009 at 10:58 PM, Thomas Woodard gtfo...@hotmail.com wrote: Unfortunately that isn't it. I have tried id, product_id, and

Re: no error delta fail with DataImportHandler

2009-12-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
the deltaQuery select 'product_id' and your deltaImportQuery uses ${dataimporter.delta.id} I guess it should have been ${dataimporter.delta. product_id} On Wed, Dec 2, 2009 at 11:52 PM, Thomas Woodard gtfo...@hotmail.com wrote: I'm trying to get delta indexing set up. My configuration allows a

Re: getting value from parent query in subquery transformer

2009-12-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
you do not need to pass the values as shown here. Make use of the Context parameter (second implicit parameter) to get hold of the value of ${item.category} context.getVariableResolver().resolve('item.category')) On Wed, Dec 2, 2009 at 7:20 PM, Joel Nylund jnyl...@yahoo.com wrote: Hi, I have an

Re: Thought that masterUrl in slave solrconfig.xml is optional...

2009-12-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
remove the slave section completely and startup will go thru fine On Tue, Dec 1, 2009 at 2:47 AM, William Pierce evalsi...@hotmail.com wrote: Folks: Reading the wiki,  I saw the following statement:  Force a fetchindex on slave from master command :

Re: 'Connection reset' in DataImportHandler Development Console

2009-12-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
The debug tool for DIH dires queries in sync mode. it waits fro the import to complete for the page to show up. If the process takes long you r likely to see the connection reset message. For get about debug. what exactly do you want to do? 2009/8/17 Noble Paul നോബിള്‍ नोब्ळ् noble.p

Re: Response writer configs

2009-12-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess we should remove this commented response writers from the example solrconfig. It adds no value. On Wed, Dec 2, 2009 at 9:38 AM, Erik Hatcher erik.hatc...@gmail.com wrote: On Dec 1, 2009, at 9:04 PM, Ross wrote: I'm starting to play with Solr. This might be a silly question and not

Re: How to avoid hardcoding masterUrl in slave solrconfig.xml?

2009-11-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
remove the lst name=slave section from your solrconfig. It should be fine On Tue, Dec 1, 2009 at 6:59 AM, William Pierce evalsi...@hotmail.com wrote: Hi, Joe: I tried with the fetchIndex all lower-cased, and still the same result. What do you specify for masterUrl in the solrconfig.xml on the

Re: Multicore - Post xml to core0, core1 or core2

2009-11-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
try this java -Durl=http://localhost:8983/solr/core0/update -jar post.jar *.xml On Wed, Nov 25, 2009 at 3:23 PM, Jörg Agatz joerg.ag...@googlemail.com wrote: Hallo, at the moment i tryed to create a Solr instance wite more then one Cores I use solr 1.4 and multicore Runs :-) But i dont know

Re: help with dataimport delta query

2009-11-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess the field names do not match in the deltaQuery you are selecting the field id and in the deltaImportQuery you us the field as ${dataimporter.delta.job_jobs_id} I guess it should be ${dataimporter.delta.id} On Tue, Nov 24, 2009 at 1:19 AM, Joel Nylund jnyl...@yahoo.com wrote: Hi, I have

Re: Control DIH from PHP

2009-11-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
you can pass the uniqueId as a param and use it in a sql query http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters. --Noble On Thu, Nov 19, 2009 at 3:53 PM, Pablo Ferrari pabs.ferr...@gmail.com wrote: Most specificly, I'm looking to update only one document using it's

Re: $DeleteDocbyQuery in solr 1.4 is not working

2009-11-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
are you sure that the doc w/ the same id was not created after that? On Mon, Nov 16, 2009 at 11:12 PM, Mark Ellul m...@catalystic.com wrote: Hi, I have added a deleted field in my database, and am using the Dataimporthandler to add rows to the index... I am using solr 1.4 I have added my

Re: $DeleteDocbyQuery in solr 1.4 is not working

2009-11-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
? Regards Mark On 11/17/09, Noble Paul നോബിള്‍  नोब्ळ् noble.p...@corp.aol.com wrote: The question is, did your new delta-import created the doc again? On Tue, Nov 17, 2009 at 4:41 PM, Mark Ellul m...@catalystic.com wrote: The doc already existed before the delta-import has been run

Re: DataImportHandler Questions-Load data in parallel and temp tables

2009-11-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
for an entity defined in data-config.xml) to act as entities for entity extraction and auto complete purposes and we are using some external application. No. it is not possible in Solr now. Noble Paul നോബിള്‍  नोब्ळ् wrote: writing to a remote Solr through SolrJ is in the cards. I may even take

Re: javabin in .NET?

2009-11-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
? There is already one . look at BinaryRequestWriter. But I would say that may not make a lot of difference as indexing is a back-end operation and slight perf improvements won't make much difference. 2009/11/16 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com start with a JavabinDecoder only so

Re: javabin in .NET?

2009-11-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
, porting NamedList, SolrDocument, SolrDocumentList Thanks for any help! Cheers, Mauricio 2009/11/14 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com OK. Is there anyone trying it out? where is this code ? I can try to help .. On Fri, Nov 13, 2009 at 8:10 PM, Mauricio Scheffer

Re: javabin in .NET?

2009-11-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
start with a JavabinDecoder only so that the class is simple to start with. 2009/11/16 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: For a client the marshal() part is not important.unmarshal() is probably all you need On Sun, Nov 15, 2009 at 12:36 AM, Mauricio Scheffer mauricioschef

Re: Data import problem with child entity from different database

2009-11-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
no obvious issues. you may post your entire data-config.xml do w/o CachedSqlEntityProcessor first and then apply that later On Fri, Nov 13, 2009 at 4:38 PM, Andrew Clegg andrew.cl...@gmail.com wrote: Morning all, I'm having problems with joining child a child entity from one database to a

Re: javabin in .NET?

2009-11-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
in the libraries. 2009/11/13 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com Is there any tool to directly port java to .Net? then we can etxract out the client part of the javabin code and convert it. On Thu, Nov 12, 2009 at 9:56 PM, Erik Hatcher erik.hatc...@gmail.com wrote: Has anyone looked

Re: Data import problem with child entity from different database

2009-11-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
am unable to get the file http://old.nabble.com/file/p26335171/dataimport.temp.xml On Fri, Nov 13, 2009 at 4:57 PM, Andrew Clegg andrew.cl...@gmail.com wrote: Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: no obvious issues. you may post your entire data-config.xml Here it is, exactly as last

Re: javabin in .NET?

2009-11-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
back when Microsoft introduced .Net, but IIRC they never really worked. Anyway it's not a big deal, it should be a straightforward job. Testing it thoroughly cross-platform is another thing though. 2009/11/13 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com The javabin format does not have

Fwd: ${dataimporter.delta.twitter_id} not getting populated in deltaImportQuery

2009-11-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
-- Forwarded message -- From: Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com Date: 2009/11/12 Subject: Re: ${dataimporter.delta.twitter_id} not getting populated in deltaImportQuery To: Mark Ellul m...@catalystic.com On Thu, Nov 12, 2009 at 8:17 PM, Mark Ellul m

Re: javabin in .NET?

2009-11-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
Is there any tool to directly port java to .Net? then we can etxract out the client part of the javabin code and convert it. On Thu, Nov 12, 2009 at 9:56 PM, Erik Hatcher erik.hatc...@gmail.com wrote: Has anyone looked into using the javabin response format from .NET (instead of SolrJ)? It's

Re: [DIH] concurrent requests to DIH

2009-11-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess SOLR-1352 should solve all the problems with performance. I am working on one currently and I hope to submit a patch soon. On Thu, Nov 12, 2009 at 8:05 PM, Sascha Szott sz...@zib.de wrote: Hi Avlesh, Avlesh Singh wrote: 1. Is it considered as good practice to set up several DIH

Re: Type converters for DocumentObjectBinder

2009-11-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
create a setter method for the field which take s a Stringand apply the annotation there example private Calendar validFrom; @Field public void setvalidFrom(String s){ //convert to Calendar object and set the field } On Fri, Nov 13, 2009 at 12:24 PM, paulhyo st...@ouestil.ch wrote: Hi,

Re: [DIH] blocking import operation

2009-11-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
Yes , open an issue . This is a trivial change On Thu, Nov 12, 2009 at 5:08 AM, Sascha Szott sz...@zib.de wrote: Noble, Noble Paul wrote: DIH imports are really long running. There is a good chance that the connection times out or breaks in between. Yes, you're right, I missed that point

Re: ${dataimporter.delta.twitter_id} not getting populated in deltaImportQuery

2009-11-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
are you sure the data comes back in the same name. Some DBs return the field names in ALL CAPS you may try out a delta_import using a full import too http://wiki.apache.org/solr/DataImportHandlerFaq#My_delta-import_goes_out_of_memory_._Any_workaround_.3F On Wed, Nov 11, 2009 at 9:55 PM, Mark

Re: Persist in Core Admin

2009-11-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Nov 12, 2009 at 3:13 AM, Jason Rutherglen jason.rutherg...@gmail.com wrote: It looks like our core admin wiki doesn't cover the persist action? http://wiki.apache.org/solr/CoreAdmin I'd like to be able to persist the cores to solr.xml, even if solr persistent=false.  It seems like the

Re: Configuring 1.4 - multi master setup?

2009-11-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
see the setting up a repeater section in this page http://wiki.apache.org/solr/SolrReplication On Tue, Nov 10, 2009 at 5:17 PM, Kevin Jackson foamd...@gmail.com wrote: Hi all, We have a situation where we would like to have 1 Master server (creates the index) 1 input slave server (which

Re: Configuring 1.4 - multi master setup?

2009-11-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
master is not located in the same LAN wunder On Nov 10, 2009, at 5:37 AM, Kevin Jackson wrote: Hi, 2009/11/10 Noble Paul നോബിള്‍  नोब्ळ् noble.p...@corp.aol.com: see the setting up a repeater section in this page http://wiki.apache.org/solr/SolrReplication Doh! Sorry for the noise

Re: How to import multiple RSS-feeds with DIH

2009-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Mon, Nov 9, 2009 at 1:26 PM, Michael Lackhoff mich...@lackhoff.de wrote: [A new thread for this particular problem] On 09.11.2009 08:44 Noble Paul നോബിള്‍ नोब्ळ् wrote: The tried and tested strategy is to post the question in this mailing list w/ your data-config.xml. See my data

Re: solr and hibernate integration

2009-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
The point is that the usual complex POJO mapping does not work in Solr. For all the supported cases , SolrJ mapping works well To answer your question , I am not aware of anybody making it work w/ hibernate On Mon, Nov 9, 2009 at 1:54 PM, Kiwi de coder kiwio...@gmail.com wrote: hi, I had a

Re: [DIH] SqlEntityProcessor does not recognize onError attribute

2009-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Mon, Nov 9, 2009 at 4:24 PM, Sascha Szott sz...@zib.de wrote: Hi all, as stated in the Solr-WIKI, Solr 1.4 allows it to specify an onError attribute for *each* entity listed in the data config file (it is considered as one of the default attributes). Unfortunately, the SqlEntityProcessor

Re: [DIH] blocking import operation

2009-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
DIH imports are really long running. There is a good chance that the connection times out or breaks in between. how about a callback? On Tue, Nov 10, 2009 at 12:12 AM, Sascha Szott sz...@zib.de wrote: Hi all, currently, DIH's import operation(s) only works asynchronously. Therefore, after

Re: A question about how to make schema.xml change take effect

2009-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
if your are using a multicore instance you may just reload the core On Tue, Nov 10, 2009 at 12:07 PM, Ritesh Gurung rit...@srijan.in wrote: Well everytime you make change in schema.xml file you need restart the tomcat server. On Tue, Nov 10, 2009 at 11:59 AM, Bertie Shen bertie.s...@gmail.com

Re: Getting started with DIH

2009-11-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Mon, Nov 9, 2009 at 12:43 PM, Michael Lackhoff mich...@lackhoff.de wrote: On 09.11.2009 06:54 Erik Hatcher wrote: The brackets probably come from it being transformed as an array.  Try saying multiValued=false on your field specifications. Indeed. Thanks Erik that was it. My first steps

Re: Getting started with DIH

2009-11-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
The tried and tested strategy is to post the question in this mailing list w/ your data-config.xml. On Mon, Nov 9, 2009 at 1:08 PM, Michael Lackhoff mich...@lackhoff.de wrote: On 09.11.2009 08:20 Noble Paul നോബിള്‍ नोब्ळ् wrote: It just started of as a single page and the features just got

Re: solr search

2009-11-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
Please paste the complete stacktrace On Fri, Nov 6, 2009 at 1:37 PM, manishkbawne manish.ba...@gmail.com wrote: Thanks for assistance. Actually I installed jdk 6 and my problem was resolved. But now I am getting this exception:- org.apache.solr.handler.dataimport.DataImportHandlerException:

Re: Specifying multiple documents in DataImportHandler dataConfig

2009-11-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Sun, Nov 8, 2009 at 8:25 AM, Bertie Shen bertie.s...@gmail.com wrote: I have figured out a way to solve this problem: just specify a single document blah blah blah /document. Under document, specify multiple top level entity entries, each of which corresponds to one table data. So each

Re: Solr Replication: How to restore data from last snapshot

2009-11-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
if it is a single core you will have to restart the master On Sat, Nov 7, 2009 at 1:55 AM, Osborn Chan oc...@shutterfly.com wrote: Thanks. But I have following use cases: 1) Master index is corrupted, but it didn't replicate to slave servers.        - In this case, I only need to restore to

Re: DIH timezone offset

2009-11-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
anyone to add this here http://wiki.apache.org/solr/DataImportHandlerFaq On Thu, Nov 5, 2009 at 8:35 PM, mpiluson...@comcast.net wrote: DIH relies on the driver to get the date. It does not do any automatic conversion. Is it possible for the driver to give the date with the right offset?

Re: Bug with DIH and MySQL CONCAT()?

2009-11-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
Thanks, It would be nice to add this to the DIH FAQ On Wed, Nov 4, 2009 at 8:27 PM, Jonathan Hendler jonathan.hend...@gmail.com wrote: Thanks Chantal for the explanation of the issue. Avlesh - worked great. Thank you! On Nov 4, 2009, at 9:44 AM, Avlesh Singh wrote: Try cast(concat(...) as

Re: DIH timezone offset

2009-11-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
DIH relies on the driver to get the date. It does not do any automatic conversion. Is it possible for the driver to give the date with the right offset? On Thu, Nov 5, 2009 at 3:21 AM, Mike mpiluson...@comcast.net wrote: Hi I'm importing database records into SOLR using the DIH. My dates are not

Re: How to integrate Solr into my project

2009-11-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
is it a java project ? did you see this page http://wiki.apache.org/solr/Solrj ? On Tue, Nov 3, 2009 at 2:25 PM, Caroline Tan caroline@gmail.com wrote: Hi, I wish to intergrate Solr into my current working project. I've played around the Solr example and get it started in my tomcat. But

Re: solr search

2009-11-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
start with the examples in the download. That should help On Wed, Nov 4, 2009 at 11:14 AM, manishkbawne manish.ba...@gmail.com wrote: Thank you for your reply. I have corrected this error, but now I am getting this error -- HTTP Status 500 - Bad version number in .class file

Re: Greater-than and less-than in data import SQL queries

2009-11-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Mon, Nov 2, 2009 at 11:34 AM, Amit Nithian anith...@gmail.com wrote: A thought I had on this from a DIH design perspective. Would it be better to have the SQL queries stored in an element rather than an attribute so that you can wrap it in a CDATA block without having to mess up the look of

Re: Why does BinaryRequestWriter force the path to be base URL + /update/javabin

2009-11-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
yup, that can be relaxed. It was just a convention. On Tue, Nov 3, 2009 at 5:24 AM, Stuart Tettemer stette...@gmail.com wrote: Hi folks, First of all, thanks for Solr.  It is a great piece of work. I have a question about BinaryRequestWriter in the solrj project.  Why does it force the path

Re: Annotations and reference types

2009-11-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess this is not a very good idea. The document itself is a flat data structure. It is hard to see that is nested datastructure. If allowed , how deep would we wish to make it. The simple solution would be to write setters for b_id and b_name in class A and the setters can inject values into

Re: Question about DIH execution order

2009-11-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Sun, Nov 1, 2009 at 11:59 PM, Bertie Shen bertie.s...@gmail.com wrote: Hi folks,  I have the following data-config.xml. Is there a way to let transformation take place after executing SQL select comment from Rating where Rating.CourseId = ${Course.CourseId}?  In MySQL database, column

Fwd: Full Text Search: Solr on Cassandra

2009-10-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
-- Forwarded message -- From: Nick Lothian nloth...@educationau.edu.au Date: Wed, Oct 28, 2009 at 11:37 AM Subject: Full Text Search: Solr on Cassandra To: cassandra-u...@incubator.apache.org cassandra-u...@incubator.apache.org Just in case anyone here is interested, I've managed

Re: problem using solr 1.4 multicore with shareSchema=true

2009-10-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi, Looks like a bug. open an issue. On Wed, Oct 28, 2009 at 4:04 AM, Jeremy Hinegardner jer...@hinegardner.org wrote: Hi all, I was trying to use the new 'shareSchema=true' feature in solr 1.4 and it appears as though this will only happen in one configuration. I'd like someone to confirm

Re: problem using solr 1.4 multicore with shareSchema=true

2009-10-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
I've opened an issue https://issues.apache.org/jira/browse/SOLR-1527 2009/10/28 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: hi, Looks like a bug. open an issue. On Wed, Oct 28, 2009 at 4:04 AM, Jeremy Hinegardner jer...@hinegardner.org wrote: Hi all, I was trying to use the new

Re: Solr Random field

2009-10-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
do you have a field whose type=random . If yes then u can sort by that field On Mon, Oct 26, 2009 at 3:35 PM, Pooja Verlani pooja.verl...@gmail.com wrote: Hi, I want a random sort type in the search results. The scenario is: I want to return random results with no context relation to the query

Re: Solr Configuration Management

2009-10-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
2009/10/26 Licinio Fernández Maurelo licinio.fernan...@gmail.com: Hi there, i must enhance solr config deploys. I have a configuration file per environment and per role (Master-Slave) so i want to separate DataSource definitions from the solrconfig.xml . Where can i put them? are you

Re: Shards param accepts spaces between commas?

2009-10-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Sun, Oct 25, 2009 at 9:34 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : It seems like no, and should be an easy change.  I'm putting newlines : after the commas so the large shards list doesn't scroll off the : screen. Yeah ... for some odd reason QueryComponnent is using

Re: Solrj client API and response in XML format (Solr 1.4)

2009-10-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
of the HttpClient to do that ? I noticed I can instantiate the CommonsHttpSolrServer with a HttpClient client . I did not find any relevant examples how to use this . If you can help me out with this much appreciated.. Stefan Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: hi   you don't see the point

Re: multicore query via solrJ

2009-10-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
u guessed it right . Solrj cannot query on multiple cores 2009/10/23 Licinio Fernández Maurelo licinio.fernan...@gmail.com: As no answer is given, I assume it's not possible. It will be great to code a method like this query(SolrServer,  ListSolrServer) El 20 de octubre de 2009 11:21,

Re: SolrJ and Json

2009-10-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
CommonsHttpSolrServer will overwrite the wt param depending on the responseParser set.There are only two response parsers. javabin and xml. The qresponse.toString() actually is a String reperesentation of a namedList object . it has nothing to do with JSON On Fri, Oct 23, 2009 at 2:11 PM, SGE0

Re: CAS client configuration with MT4-PHP.

2009-10-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
Is it a query related to Solr ? On Fri, Oct 23, 2009 at 6:46 PM, Radha C. cra...@ceiindia.com wrote: Hi, We have CAS server of spring integrated and it is running in apache. We have application in MovableType4 - PHP. Is it possible to configure the MT4 authentication module to redirect to

Re: is EmbeddedSolrServer thread safe ?

2009-10-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
yes On Thu, Oct 22, 2009 at 2:38 PM, jfmel...@free.fr wrote: at SolrJ wiki page : http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer CommonsHttpSolrServer is thread-safe and if you are using the following constructor, you *MUST* re-use the same instance for all requests. ... But is it

Re: Disable replication on master while slaves are pulling

2009-10-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Oct 21, 2009 at 2:31 PM, Jérôme Etévé jerome.et...@gmail.com wrote: Hi there,  I'm planning to reindex all my data on my master server everyday, so here's what I intend to do on the master: 1 - disable replication on the master 2 - Empty the index 3 - Reindex everything 4 -

Re: [DIH] URLDataSource and fetching a link

2009-10-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
at 6:13 PM, Grant Ingersoll gsing...@apache.orgwrote: Finally getting back to this... On Sep 17, 2009, at 12:28 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: 2009/9/17 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: it is possible to have a sub entity which has XPathEntityProcessor which can

Re: Using DIH's special commands....Help needed

2009-10-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
The accepted logLevel values are error, deubug,warn,trace,info 2009/10/18 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: On Sun, Oct 18, 2009 at 4:16 AM, Lance Norskog goks...@gmail.com wrote: I had this problem also, but I was using the Jetty exampl. I fail at logging configurations

Re: Using DIH's special commands....Help needed

2009-10-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
It is strange that LogTransformer did not log the data. . On Fri, Oct 16, 2009 at 5:54 PM, William Pierce evalsi...@hotmail.com wrote: Folks: Continuing my saga with DIH and use of its special commands.  I have verified that the script functionality is indeed working.    I also verified that

Re: Using DIH's special commands....Help needed

2009-10-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
postImportDeletQuery is fine in your case. On Sat, Oct 17, 2009 at 3:16 AM, William Pierce evalsi...@hotmail.com wrote: Shalin, Many thanks for your tipBut it did not seem to help! Do you think I can use postDeleteImportQuery for this task? Should I file a bug report? Cheers, Bill

DIH wiki page reverted

2009-10-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
I have reverted the DIH wiki page to revision 212. see this https://issues.apache.org/jira/browse/INFRA-2270 the wiki has not sent any mail yet So all the changes which were made after 212 is lost. Please go through the page and check if your changes are lost. --

Re: Adding callback url to data import handler...Is this possible?

2009-10-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
in respective application. Doing it via javascript sounds like a round-about way of doing it. The eventhandler Cheers Avlesh 2009/10/15 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com I can understand the concern that you do not wish to write Java code . But a callback url is a very

Re: Using DIH's special commands....Help needed

2009-10-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
use LogTransformer to see if the value is indeed set entity name=post transformer=script:DeleteRow, RegexTransformer,LogTransformer logTemplate=${post} query= select Id, a, b, c, IndexingStatus from prod_table where (IndexingStatus = 1 or IndexingStatus = 4) this should

Re: Adding callback url to data import handler...Is this possible?

2009-10-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
I can understand the concern that you do not wish to write Java code . But a callback url is a very specific requirement. We plan to extend javascript support to the EventListener callback . Will it help? On Wed, Oct 14, 2009 at 11:47 PM, Avlesh Singh avl...@gmail.com wrote: Hmmm ... I think

Re: Lucene Merge Threads

2009-10-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
which version of Solr are you using? the int name=maxThreadCount1/int syntax was added recently On Tue, Oct 13, 2009 at 8:08 AM, Giovanni Fernandez-Kincade gfernandez-kinc...@capitaliq.com wrote: This didn't end up working. I got the following error when I tried to commit: Oct 12, 2009 8:36:42

Re: doing searches from within an UpdateRequestProcessor

2009-10-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
A custom UpdateRequestProcessor is the solution. You can access the searcher in a UpdateRequestProcessor. On Tue, Oct 13, 2009 at 4:20 AM, Bill Au bill.w...@gmail.com wrote: Is it possible to do searches from within an UpdateRequestProcessor?  The documents in my index reference each other.  

Re: http replication transfer speed

2009-10-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
Did you try w/o firing queries on the slave? On Sun, Oct 11, 2009 at 6:05 AM, Mark Miller markrmil...@gmail.com wrote: On a drive that can do 40+ that's getting query load might have it's writes knocked down to that? - Mark http://www.lucidimagination.com (mobile) On Oct 10, 2009, at

Re: Changing masterUrl in ReplicationHandler at Runtime

2009-10-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
it would be better to add a command to change the master in runtime. But Solr are planning to move to a zookeeper based system where this can be automatically be taken care of On Sat, Oct 10, 2009 at 6:06 AM, wojtekpia wojte...@hotmail.com wrote: Hi, I'm trying to change the masterUrl of a

Re: Dynamic Data Import from multiple identical tables

2009-10-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
there is another option of passing the table name as a request parameter and make your sql query templatized . example query=select * from ${table} and pass the value of table as a request parameter On Sat, Oct 10, 2009 at 3:52 AM, solr.searcher solr.searc...@gmail.com wrote: Hmmm. Interesting

Re: DIH and EmbeddedSolr

2009-10-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess it should be possible... what are the problems you encounter? On Sat, Oct 10, 2009 at 10:56 AM, rohan rai hiroha...@gmail.com wrote: Have been unable to use DIH for Embedded Solr Is there a way?? Regards Rohan -- - Noble Paul

Re: how to post(index) large file of 5 GB or greater than this

2009-10-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
you can write a simple program which streams the file from the disk to post it to Solr On Thu, Oct 8, 2009 at 7:10 PM, Elaine Li elaine.bing...@gmail.com wrote: You can increase the java heap size, e.g. java -Xms128m -Xmx8192m -jar *.xml Or i split the file if it is too big. Elaine On Thu,

Re: DIH Error in latest Nightly Builds

2009-10-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
raised an issue https://issues.apache.org/jira/browse/SOLR-1500 On Fri, Oct 9, 2009 at 7:10 AM, jayakeerthi s mail2keer...@gmail.com wrote: Hi All, I tried Indexing data and got the following error., Used Solr nightly Oct5th and nightly 8th, The same Configuration/query  is working in Older

Re: DIH: Setting rows= on full-import has no effect

2009-10-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
I have raised an issue http://issues.apache.org/jira/browse/SOLR-1501 On Fri, Oct 9, 2009 at 6:10 AM, Jay Hill jayallenh...@gmail.com wrote: In the past setting rows=n with the full-import command has stopped the DIH importing at the number I passed in, but now this doesn't seem to be working.

Re: Creating cores using SolrJ

2009-10-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
yeah that is missing. I've just committed a setter/getter for dataDir in create command do this CoreAdminRequest.Create req = new CoreAdminRequest.Create(); req.setCoreName( name ); req.setInstanceDir(instanceDir); req.setDataDirDir(dataDir); return req.process( solrServer );

Re: Problems with DIH XPath flatten

2009-10-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
send a small sample xml snippet you are trying to index and it may help On Tue, Oct 6, 2009 at 9:29 PM, Adam Foltzer acfolt...@gmail.com wrote: Hi all, I'm trying to set up DataImportHandler to index some XML documents available over web services. The XML includes both content and metadata,

Re: DataImportHandler problem: Feeding the XPathEntityProcessor with the FieldReaderDataSource

2009-10-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi Lance. db.blob is the correct field name so that is fine. you can probbaly open an issue and provide the testcase as a patch. That can help us track this better On Wed, Oct 7, 2009 at 12:45 AM, Lance Norskog goks...@gmail.com wrote: A side note that might help: if I change the dataField from

Re: solr 1.4 formats last_index_time for SQL differently than 1.3 ?!?

2009-10-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
really? I don't remember that being changed. what difference do u notice? On Wed, Oct 7, 2009 at 2:30 AM, michael8 mich...@saracatech.com wrote: Just looking for confirmation from others, but it appears that the formatting of last_index_time from dataimport.properties (using

Re: How to access the information from SolrJ

2009-10-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
QueryResponse#getResults()#getNumFound() On Thu, Oct 1, 2009 at 11:49 PM, Paul Tomblin ptomb...@xcski.com wrote: When I do a query directly form the web, the XML of the response includes how many results would have been returned if it hadn't restricted itself to the first 10 rows: For

Re: Use cases for ReplicationHandler's backup facility?

2009-09-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Fri, Sep 25, 2009 at 4:57 AM, Chris Harris rygu...@gmail.com wrote: The ReplicationHandler (http://wiki.apache.org/solr/SolrReplication) has support for backups, which can be triggered in one of two ways: 1. in response to startup/commit/optimize events (specified through the backupAfter

Re: Can solr build on top of HBase

2009-09-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
can hbase be mounted on the filesystem? Solr can only read data from a filesystem On Thu, Sep 24, 2009 at 7:27 AM, 梁景明 futur...@gmail.com wrote: hi,  i use hbase and solr ,now i have a large data need to index ,it means solr-index  will be large, as the data increases,it will be more larger

Re: How to leverage the LogMergePolicy calibrateSizeByDeletes patch in Solr ?

2009-09-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
with SOLR-1447 you should be able to use ZoieMergePolicy as well On Mon, Sep 21, 2009 at 11:43 AM, John Wang john.w...@gmail.com wrote: Yonik:        It would be great if Solr can be configured through some sort of dependency injection framework like Spring! A big +1 from me! -John On

Re: solr trunk building error

2009-09-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
is there anything further in the error log? On Sat, Sep 19, 2009 at 6:15 PM, turnguard tschyr...@yahoo.com wrote: hi, i just checked out a fresh version of the solr trunk. when i try to build it (ant dist) i get the following error pre code Buildfile: build.xml init-forrest-entities:

Re: solr trunk building error

2009-09-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
. also i should note that i compiled solr two weaks ago without a problem, so i dont't think that i have a serious maven or ant problem... wkr www.turnguard.com Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: is there anything further in the error log? On Sat, Sep 19, 2009 at 6:15 PM, turnguard

Re: solr trunk building error

2009-09-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
)        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) Total time: 1 second /code at least it's just taking a second to fail. any hint appreciated wkr www.turnguard.com Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: On Sat, Sep 19, 2009 at 10:59

Re: How to leverage the LogMergePolicy calibrateSizeByDeletes patch in Solr ?

2009-09-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
We can use a simple reflection based implementation to simplify reading too many parameters. What I wish to emphasize is that Solr should be agnostic of xml altogether. It should only be aware of specific Objects and interfaces. If users wish to plugin something else in some other way , it should

Re: DeltaImport problem

2009-09-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
expecting, it has not updated. It's like the index is not being updated with the changes...Any ideas? thanks Kirsty Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: http://people.apache.org/builds/lucene/solr/nightly/ On Wed, Sep 16, 2009 at 6:42 PM, KirstyS kirst...@gmail.com wrote: mmm..can't seem to find

Re: DeltaImport problem

2009-09-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
Is it not supposed to default to commit? Noble Paul നോബിള്‍  नोब्ळ्-2 wrote: What does the status command say after delta-import? does it say committed? On Thu, Sep 17, 2009 at 2:50 PM, KirstyS kirst...@gmail.com wrote: Hi! thanks so much, I have the latest release. Now, it shows that the delta import

Re: DeltaImport problem

2009-09-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
the status command is command=status 2009/9/17 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: can you try the same command a commit=true ? On Thu, Sep 17, 2009 at 3:15 PM, KirstyS kirst...@gmail.com wrote: No, I don't see any commit... I ran with this command http://localhost:8080

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