Re: Default result rows

2008-06-18 Thread Mihails Agafonovs
The "problem" was in the search query submit form, where rows value was defined as 10. Quoting Yonik Seeley : 2008/6/18 Mihails Agafonovs <[EMAIL PROTECTED]>: > Doesn't work :(. None of the parameters in the "defaults" section is > being read. Everyone uses

Re: Default result rows

2008-06-18 Thread Mihails Agafonovs
> <str name="echoParams">explicit</str> <int name="rows">30</int> <str name="fl">*</str> <str name="version">2.1</str> </lst> </requestHandler> 2008/6/18 Mihails Agafonovs <[EMAIL PROTE

Deleting Solr index

2008-06-18 Thread Mihails Agafonovs
How can I clear the whole Solr index? Ar cieņu, Mihails

Default result rows

2008-06-18 Thread Mihails Agafonovs
Hi! Where can I define, how many rows must be returned in the result? Default is 10, and specifying other value each time through URL or advanced interface isn't comfortable. Ar cieņu, Mihails

Updating index

2008-06-17 Thread Mihails Agafonovs
Hi! Updating index with post.jar just replaces the index with the defined xml's. But if there are, for example, two fields in all xml's that were changed, is there a way to update only these fields (incremental update)? If there are a lot of large xml's, it would be performance slowdown each time

Stylesheet

2008-06-16 Thread Mihails Agafonovs
Hi! How can I apply stylesheet to the search result? I mean, where can I define, what stylesheet to use? Ar cieņu, Mihails

Re: My First Solr

2008-06-13 Thread Mihails Agafonovs
Hi, Thomas! Please, can you give me instructions on how did you installed Solr on Tomcat? Quoting Thomas Lauer : HI, i have installed my first solr on tomcat. I have modify my shema.xml for my XML´s and I have import with the post.jar some xml files. tomcat runs solr/admin runs post.jar impor

Re: DataImport

2008-06-11 Thread Mihails Agafonovs
TS="-Dsolr.solr.home=/home//example-solr-home/solr" 5. start tomcat from the same shell after exporting the above variable Verify that tomcat starts without showing any exceptions in the logs. Now you will be able to run the examples given in the DataImportHandler wiki. 2008/6/11 Mi

Re: DataImport

2008-06-11 Thread Mihails Agafonovs
. Hope that helpes. 2008/6/11 Mihails Agafonovs : > I've already done that, but cannot access solr via web, and apache log > says something wrong with solr home directory. > - > Couldn't start SOLR. Check solr/home property. > - > Quoting "Chakrabort

RE: DataImport

2008-06-11 Thread Mihails Agafonovs
restart tomcat, then follow up the console and you'll see messages saying solr.war is getting deployed. Use a recent nightly build as that has the dataimport related patch included. Regards Kishore. -Original Message- From: Mihails Agafonovs [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: DataImport

2008-06-11 Thread Mihails Agafonovs
r instead of Tomcat. 2008/6/9 Mihails Agafonovs : > I've placed the solr.war under the tomcat directory, restarted tomcat > to deploy the solr.war. But still... there is no .jar, no folder named > "example-data-config", and hitting > http://localhost:8983/solr/dataimport

Re: DataImport

2008-06-09 Thread Mihails Agafonovs
s a folder named "example-solr-home". Please check again. Please let me know if you run into any problems. 2008/6/9 Mihails Agafonovs : > Looked through the tutorial on data import, section "Full Import > Example". > 1) Where is this dataimport.jar? There is no suc

DataImport

2008-06-09 Thread Mihails Agafonovs
Looked through the tutorial on data import, section "Full Import Example". 1) Where is this dataimport.jar? There is no such file in the extracted example-solr-home.jar. 2) "Use the solr folder inside example-data-config folder as your solr home." What does this mean? Anyway, there is no folder exa

Re: Overall

2008-06-09 Thread Mihails Agafonovs
2008/6/9 Mihails Agafonovs : > Hi! > > Some questions: > 1) Is it possible to make Solr to use, for example, MySQL database, > or it only supports *.xml files as a database? you can use DataImportHandler to index from MySql (or other databases) > > 2) Is there a way

Overall

2008-06-09 Thread Mihails Agafonovs
Hi! Some questions: 1) Is it possible to make Solr to use, for example, MySQL database, or it only supports *.xml files as a database? 2) Is there a way to add data in the search database using some online interface, or the only way is manually adding the data in the *.xml files? 3) Is there any g