data import handler issue

2011-10-25 Thread Tanweer Noor
Hi, I am having issue in fetching records from db, I am using *eXist* database. Please see if you can help in looking into this. http://localhost:8983/solr/dataimport?command=full-import - < response> -

Re: how to rename a schema field, whose values are indexed already?

2009-10-08 Thread noor
Without re-indexing the data, how to rename, any one of the schema field ?? Sandeep Tagore wrote: I guess you cant do it. I tried it before. I had a field with name 'KEYWORD' and i changed it to 'keyword' and it didn't work. Everything else was normal and I searched with 'KEYWORD' i got an excep

Re: how to rename a schema field, whose values are indexed already?

2009-10-08 Thread noor
Without re-indexing the data, how i rename, any one of the schema field ?? Sandeep Tagore wrote: I guess you cant do it. I tried it before. I had a field with name 'KEYWORD' and i changed it to 'keyword' and it didn't work. Everything else was normal and I searched with 'KEYWORD' i got an except

how to rename a schema field, whose values are indexed already?

2009-10-08 Thread Noor
In solr, how to rename a schema field, if its values are indexed already ?? anybody please tell your suggestions.. for example, If i have a schema field named "subTitle", now i want to rename as "subtitle". What i need to do for this change ?? regards, Noor

Re: solr indexing on same set of records with different value of unique field, not working fine.

2009-07-30 Thread noor
Sorry, schema.xml file is here in this mail... noor wrote: FYI Attached schema.xml file. And the add doc xml snippets are, 501 ESQ.VISION.A72 201 CpuLoopEnd Process=$Z4B1 CpuPin=0,992 Program=\VEGAS.$SYSTEM.SYS00.MEASFH Terminal=\VEGAS.$TSPM.#TERM CpuBusy

Re: solr indexing on same set of records with different value of unique field, not working fine.

2009-07-30 Thread noor
FYI Attached schema.xml file. And the add doc xml snippets are, 501 ESQ.VISION.A72 201 CpuLoopEnd Process=$Z4B1 CpuPin=0,992 Program=\VEGAS.$SYSTEM.SYS00.MEASFH Terminal=\VEGAS.$TSPM.#TERM CpuBusy=0 MemPage=24 User=50,10 \VEGAS.$QQDS PLGOVNP

solr indexing on same set of records with different value of unique field...not working...

2009-07-20 Thread Noor
currentTimeStamp field as uniqueField. So i expect the result as 200, if i run again the same 100 records... Any suggestions please... regards, Noor

Need to know about Custom request with filters in solr ?????

2009-06-24 Thread Noor
a and make it as xml; Then it performs indexing and storing into solr data. regards, Noor

AttachDebugger in Netbeans, for solr ???

2009-06-17 Thread noor
do is debugging. I dont know about Netbeans Attach-Debugger facility.??? How do we use Netbeans attach-debugger facility, to debug my code, when solr runs...??? regards, Noor

Re: Custom Request handler Error:

2009-06-16 Thread noor
how to create a custom update handler, to update my fields... ? Also, how to make the update, through url, i mean, http://localhost:8983/solr/update/../ like that... ??? noor wrote: Yes, i changed "custom" into "/custom", now it calls my class. But, in br

Re: Debug Solr in Netbeans..

2009-06-16 Thread noor
problem thanks and regards, Noor noor wrote: Addition to my previous reply:: I am running solr by start.jar file. It has my custom class jar file in its lib folder. Also in netbeans, custom class source has the checkpoint to debug.; and in the project folder, i created the build.properties. So

Re: Debug Solr in Netbeans..

2009-06-15 Thread noor
gives the connection refused error: I don't know, i am doing correctly Please anyone help me to solve this ... thanks and regards Noorulla noor wrote: Now, i put that build.properties file in the solr location tooo. But still i am getting. Attaching to localhost:5005 Connection re

Re: Debug Solr in Netbeans..

2009-06-15 Thread noor
ttach to port 5005, not 8983. Solr runs on 8983, but the debugger is listening on 5005. - Mark noor wrote: No. In netbeans, debugger-console output shows, Attaching to localhost:8983 handshake failed - connection prematurally closed i dont know where the problem is ? Mark Miller wrote:

Re: Debug Solr in Netbeans..

2009-06-15 Thread noor
transport dt_socket at address: 5005 noor wrote: Addition to the previous reply: I built my custom project and put into solr webapps lib folder. And starts running solr. In netbeans, i made the changes as i said before. But it shows connection refused error. anybody please give me the solutio

Re: Debug Solr in Netbeans..

2009-06-15 Thread noor
Addition to the previous reply: I built my custom project and put into solr webapps lib folder. And starts running solr. In netbeans, i made the changes as i said before. But it shows connection refused error. anybody please give me the solution... noor wrote: Solr starts running in the port

Re: Debug Solr in Netbeans..

2009-06-15 Thread noor
ach(Attaches by socket to other VMs) - HOST is localhost; - Port as 5005; and Timeout is empty. During solr running, i set this, but in the output screen shows "Connection is refused." Is my changes are correct ??? or i need to change anything else... thanks and regards, Noor Mark Miller

Debug Solr in Netbeans..

2009-06-15 Thread noor
code? Please anybody help me to achieve this. thanks and regards, Noor

Re: Custom Request handler Error:

2009-06-15 Thread Noor
I want Solr, to accept my custom class changes and run it. So for this, pls anyone guide me to achieve this.. noor wrote: Yes, i changed "custom" into "/custom", now it calls my class. But, in browser, It shows Null RequestHandler null. So, i need to accept my chang

Re: Custom Request handler Error:

2009-06-13 Thread noor
t be made to the uri "/custom" only then the requests would come to your handler On Sat, Jun 13, 2009 at 5:49 PM, noor wrote: Yes, i changed requestHandler name as, . Then also, In statistics page, my custom handler under QueryHandler's request count remains 0. It shows th

Re: Custom Request handler Error:

2009-06-13 Thread noor
t On Fri, Jun 12, 2009 at 8:07 PM, noor wrote: I solved this NullPointerException, by the following changes. In java code: public void handleRequestBody(SolrQueryRequest request, SolrQueryResponse response) throws Exception { SolrCore coreToRequest = request.getCore();//coreContainer.getCore(&

Re: Custom Request handler Error:

2009-06-12 Thread noor
Shalin Shekhar Mangar wrote: On Fri, Jun 12, 2009 at 8:07 PM, noor wrote: explicit tandem true Now, my webapp runs fine by, http://localhost:8983/mysearch searching also working fine. But, these are not run through my custom handler. Specify the full package to your handler

Re: Custom Request handler Error:

2009-06-12 Thread noor
any error on the console? On Fri, Jun 12, 2009 at 4:26 PM, Noor wrote: hi, i am new to apache solr. I need to create a custom request handler class. So i create a new one and changed the solr-config.xml file as, explicit tandem true And in m

Re: Custom Request handler Error:

2009-06-12 Thread noor
Yes, Nullpointer Exception. on the line SolrCore coreToRequest = coreContainer.getCore("core2"); Noble Paul ??? ?? wrote: is there any error on the console? On Fri, Jun 12, 2009 at 4:26 PM, Noor wrote: hi, i am new to apache solr. I need to create a custom request han

Custom Request handler Error:

2009-06-12 Thread Noor
hi, i am new to apache solr. I need to create a custom request handler class. So i create a new one and changed the solr-config.xml file as, explicit tandem true And in my java class, the code is, public class MyCustomHandler extends Req