RE: Problem while creating Polish supported SOLR artifact creation

2011-01-03 Thread Steven A Rowe
Hi Johnny, The patch at SOLR-2237 has already been applied to trunk (see the final comment on the issue, where Robert Muir stated that he committed the patch). So just check out trunk - don't use the -r {2010-11-15} option to svn co. Good luck, Steve -Original Message- From:

RE: Apply a patch

2011-01-03 Thread Steven A Rowe
Hi Darx, On 1/3/2001 at 2:15 AM, Darx Oman wrote: I checked out source code svn, and applied the patch but when I build the source code I've got the following error C:\trunk\solr\common-build.xml:245: C\trunk\modules\analysis\phonetic does not exist. You have to check out everything

Re: Apply a patch

2011-01-03 Thread Darx Oman
when I do a checkout I got this error REPORT of '/repos/asf/!svn/vcc/default': Could not read response body: An existing connection was forcibly closed by the remote host. so i'll try to checkout each folder separately solr, modules, lucene

Re: Sort Facet Query

2011-01-03 Thread Grijesh.singh
Use parameter as Per Field Basis as f.your field name.facet.sort=index Solr1.4 -- the true/false values have been deprecated starting with Solr 1.4, instead use count for sorting by count, and index for sorting by index order. The default is true/count if facet.limit is greater than 0,

RE: Problem while creating Polish supported SOLR artifact creation

2011-01-03 Thread johnnyisrael
Hi Steven, Thanks for your reply, I tried with the latest trunk and try tried the command ant dist, Still it is throwing the same 6 errors. https://svn.apache.org/repos/asf/lucene/dev/trunk/ Please advice. Thanks, Johnny -- View this message in context:

Create a hash table when start.jar is run?

2011-01-03 Thread nitishgarg
Hey I want to create a hash table that will be created when start.jar is run to start Apache Solr so that the hash table remains in memory till the time start.jar is running. Also I want to use this hash table every time my analyzer is called (both at indexing and query time). Please tell me

Re: Sort Facet Query

2011-01-03 Thread Em
Hi, thanks for your reply, but this seems not to work on my facetQuery. I mean this param: facet.query=this:that* And I want to sort the results of that query. Or should I better use the facet.prefix-feature? Thank you! Grijesh.singh wrote: Use parameter as Per Field Basis as f.your

Re: UPDATE query in deltaquery

2011-01-03 Thread Juan Manuel Alvarez
I finally worked it out! The setting that was giving me trouble was autocommit. I set it to true and now the UPDATE queries are reflected in the database. Cheers! Juan M. On Thu, Dec 30, 2010 at 3:19 PM, Juan Manuel Alvarez naici...@gmail.com wrote: Hi Ephraim! Thanks again for taking the time

RE: Problem while creating Polish supported SOLR artifact creation

2011-01-03 Thread Steven A Rowe
Johnny, On 1/3/2011 at 5:56 AM, johnnyisrael wrote: I tried with the latest trunk and try tried the command ant dist, Still it is throwing the same 6 errors. https://svn.apache.org/repos/asf/lucene/dev/trunk/ The latest trunk Solr requires minimum Java 1.6 - maybe you're using 1.5? Do

Re: old index files not deleted on slave

2011-01-03 Thread Markus Jelsma
I'm seeing this issue as well on 1.4.1 where all slaves are using simple as the locking mechanism. For some unknown reason slaves either don't remove old index.DATE directories or old index files in the index directory. Only the second slave has the correct index size. master 4.8Gindex

Re: Sort Facet Query

2011-01-03 Thread Erik Hatcher
There's nothing to sort in the results of a facet.query all you get back is a single count of docs that match that query (within the q/fq constraints). Erik On Jan 3, 2011, at 07:46 , Em wrote: Hi, thanks for your reply, but this seems not to work on my facetQuery. I mean

Re: names of index files

2011-01-03 Thread Grant Ingersoll
http://lucene.apache.org/java/3_0_2/fileformats.html (and other versions) contains the explanation of what the file formats are and the naming conventions. Since you are on trunk, you will need to get the docs for that particular version of Lucene and take a look in them. -Grant On Jan 3,

Re: problems with replication

2011-01-03 Thread Grant Ingersoll
Are you able to reproduce this? Can you give more details on what is happening? Does this happen every time you replicate? On Dec 29, 2010, at 3:11 PM, Roxana Angheluta wrote: Hi, What can cause the following error on the master - stack trace below. The slave is stuck in the middle of

Re: SpatialTierQueryParserPlugin Loading Error

2011-01-03 Thread Grant Ingersoll
Sorry, I just saw this, Adam. Were you able to get it working? On Dec 28, 2010, at 8:54 PM, Adam Estrada wrote: Hi Grant, I grabbed the latest version from trunk this morning and am still unable to get any of the spatial functionality to work. I still seem to be getting the class loading

Re: Extensibility of compressed='true'

2011-01-03 Thread Grant Ingersoll
Hi Benson, ResponseWriter? On Dec 24, 2010, at 10:46 AM, Benson Margulies wrote: I'd like to have a field that transparently uses FastInfoset to store XML compactly. Ideally, I could supply the XML already in FIS format to solrj, but have application retrieve the field and get the XML

Re: Apply a patch

2011-01-03 Thread Jak Akdemir
Hi Darx, You should check out complete Trunk as Steven said. I tried a coupled hours ago to check out the source code below and there wasn't any problem. http://svn.apache.org/repos/asf/lucene/dev/trunk On Mon, Jan 3, 2011 at 11:19 AM, Darx Oman darxo...@gmail.com wrote: when I do a checkout I

Re: DIH MySQLNonTransientConnectionException

2011-01-03 Thread Jak Akdemir
Hi Mark, I am not sure but, did you try to set datasource url parameter autoReconnect=true in data-config.xml? It should be something like jdbc:mysql://localhost:3306?...autoReconnect=true Sincerely, Jak Akdemir On Sun, Jan 2, 2011 at 4:32 AM, Mark static.void@gmail.com wrote: I have

Re: [Nutch] and Solr integration

2011-01-03 Thread Adam Estrada
All, I realize that the documentation says that you crawl first then add to Solr but I spent several hours running the same command through Cygwin with -solrindex http://localhost:8983/solr on the command line (eg. bin/nutch crawl urls -dir crawl -threads 10 -depth 100 -topN 50 -solrindex

Re: uuid, COMB uuid, distributed farms

2011-01-03 Thread pankaj bhatt
Hi Dennis, I have used UUID's in my project to identify a basic installation of the client. Can i be of any help. / Pankaj Bhatt. On Mon, Jan 3, 2011 at 3:28 AM, Dennis Gearon gear...@sbcglobal.net wrote: Planning ahead here. Anyone have experience with UUIDs, COMB UUIDs

Re: SpatialTierQueryParserPlugin Loading Error

2011-01-03 Thread Adam Estrada
No just yet, Grant...I have been sidetracked on a couple other things but I will keep you posted. Thanks for the response, Adam On Mon, Jan 3, 2011 at 10:22 AM, Grant Ingersoll gsing...@apache.orgwrote: Sorry, I just saw this, Adam. Were you able to get it working? On Dec 28, 2010, at 8:54

Re: [Nutch] and Solr integration

2011-01-03 Thread Adam Estrada
BLEH! facepalm This is entirely possible to do in a single step AS LONG AS YOU GET THE SYNTAX CORRECT ;-) http://www.lucidimagination.com/blog/2010/09/10/refresh-using-nutch-with-solr/ http://www.lucidimagination.com/blog/2010/09/10/refresh-using-nutch-with-solr/bin/nutch crawl urls -dir crawl

Re: uuid, COMB uuid, distributed farms

2011-01-03 Thread Dennis Gearon
Thank you Pankaj. How large was your installation of Solr? I'm hoping to get mine to be multinational and making plans for that as I go. So having unique ids, UUIDs, that cover a huge addressable space is a requirement. If your's was comparable, how were your replication issues, merging

Re: Creating Solr index from map/reduce

2011-01-03 Thread Alexander Kanarsky
Joan, current version of the patch assumes the location and names for the schema and solrconfig files ($SOLR_HOME/conf), it is hardcoded (see the SolrRecordWriter's constructor). Multi-core configuration with separate configuration locations via solr.xml is not supported as for now. As a

Re: How to write a custom stemmer for Apache Solr

2011-01-03 Thread Jan Høydahl
Hi Have you tried Lucene-HunSpell with Marathi dictionary ? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 24. des. 2010, at 07.56, nitishgarg wrote: have figured out that the stemmers already built in Apache Solr are contained in

morelikethis - boosting on other field matches

2011-01-03 Thread Dan Miller
This is a question about manipulating the ranking of morelikethis results. For some original document, I am running a morelikethis query against a text field in my documents. Another field contains an alphanumeric category code (e.g. A9Z). I would like to boost the morelikethis score of

[Call for Papers] ICSE Software Engineering for Cloud Computing (SECLOUD) Workshop

2011-01-03 Thread Mattmann, Chris A (388J)
(apologies for the cross posting) Please consider submitting a paper to the ICSE 2011 Software Engineering for Cloud Computing (SECLOUD) Workshop to be held Sunday, May 22, 2011, at the Hilton Hawaiian Village Resort in Waikiki, Honolulu, HI. This workshop focuses on identifying the grand

Setting up Solr for PDFs on JBoss

2011-01-03 Thread Olson, Ron
Hi all- After testing the PDF import functionality in my local copy of Solr 1.4.1 with the included Jetty app server, I tried replicating it using my copy of Solr running in JBoss 5.10 (which uses Tomcat as its servlet container). When I try to add a PDF, I get an error buried in the stack

Re: solr benchmarks

2011-01-03 Thread dc tech
Tri: What is the volume of content (# of documents) and index size you are expecting? What about the document complexity in terms of # of fields, what are you storing in the index, complexity of the queries etc? We have used SOLR with 10m documents with 1-3 second response times on the front end

Re: old index files not deleted on slave

2011-01-03 Thread Mauricio Aristizabal
unsubscribe On Mon, Jan 3, 2011 at 5:22 AM, Markus Jelsma markus.jel...@openindex.iowrote: I'm seeing this issue as well on 1.4.1 where all slaves are using simple as the locking mechanism. For some unknown reason slaves either don't remove old index.DATE directories or old index files in

Re: Setting up Solr for PDFs on JBoss

2011-01-03 Thread Grant Ingersoll
What's your solrconfig.xml look like for setting up the ExtractingReqHandler? -Grant On Jan 3, 2011, at 4:44 PM, Olson, Ron wrote: Hi all- After testing the PDF import functionality in my local copy of Solr 1.4.1 with the included Jetty app server, I tried replicating it using my copy of

Re: uuid, COMB uuid, distributed farms

2011-01-03 Thread pankaj bhatt
HI Dennis, I have used UUID in context of an application where an installation id (UUID) is generated by the code. It caters to around 10K users. I have not used it in context of SOLR. / Pankaj Bhatt. On Mon, Jan 3, 2011 at 11:05 PM, Dennis Gearon gear...@sbcglobal.netwrote: Thank