solr-user.lucene.apache.org
(
List home) (
Recent threads) (
34 other Apache Lucene lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- High traffic list: 30+ messages per day
- This list contains about 82,247 messages, beginning Jan 2006
- 102 messages added yesterday
solr-user.lucene.apache.org
April 2008 - page 1
jnagro — 120701719301 Apr 2008*
Hello, Earlier this week we started experiencing a strange situation with our Solr installation. We have a home-grown query tool which started to time...
Daniel Löfquist — 120704057801 Apr 2008*
Hello, We're building a webapplication that uses Solr for searching and I've come upon a problem that I can't seem to get my head aroun...
Vinci — 120704274101 Apr 2008*
Hi, How can I set a threshold value of a field so that I can filter the result which is lower than the threshold? By the schema.xml or set by the quer...
Umar Shah — 120704387101 Apr 2008*
Hi, I wanted to know whether we can append a field (Fdyn say) to each doc in the returned set Fdyn is computed as some complex function of the fields ...
Bhavin Pandya — 120705629501 Apr 2008*
I have configured solr instance for one of my application in which there is one master server and 3 slave server. I want to add one more application i...
Matt Mitchell — 120706371501 Apr 2008*
Hi, I recently started playing with the dismax handler and custom request handlers. When using the solr.StandardRequestHandler class, I get the respon...
Vinci — 120707183901 Apr 2008*
Hi, I would like to ask, if I set a field to be indexed but not stored, I can retrieved the document but cannot retrieve this field? If I have large f...
Otis Gospodnetic — 120708694901 Apr 2008
Concretely, it would be good to know how your Portuguese Stemmer is different/better than Porter's. Otis...
Umar Shah — 120712197202 Apr 2008*
Hi, I have a problem of returning an list of results which is sorted on a average of ranks returned from aggregates. the qury would be something like ...
Doug Steigerwald — 120713650602 Apr 2008
We just started hitting a FileNotFoundException for no real apparent reason for both our regular index and our spellchecker index, and only a few minu...
khirb7 — 120713964202 Apr 2008*
Hi every body I am new user of Solr and I want to know how can I use Solr in my own java program, what are the different possibilities of using solr. ...
Phillip Farber — 120715652802 Apr 2008*
Hello all, I'm indexing a body of OCR and encountered this exception. Apparently it's some kind of XML parser error. Out of thousands of doc...
Vinci — 120716197802 Apr 2008*
Hi all, I would like to ask, if I want to index word in a URL, which data type and parser should I use? Thank you, Vinci...
Tim Mahy — 120716248902 Apr 2008*
Hi all, I use this type definition in my schema.xml : <fieldtype name="exactText" class="solr.TextField" positionIncrementGap=...
Tim Mahy — 120716728402 Apr 2008*
Hi all, is there a Solr wide setting that with which I can achieve the following : if I now search for q=onderwij, I also receive documents with resul...
李银松 — 120718366003 Apr 2008*
Edward.Zhang had commit the problem beforecharactersRyan has changed the RawResponseWriter to use the Reader but problem seems not solved For example:...
Rogerio Pereira — 120719616603 Apr 2008*
Hi guys! Lucas, I would like know more about your work with support of brazilian portguese synonyms in solr. Thanks for any help....
Ismail Siddiqui — 120719720703 Apr 2008*
Hi I have a situaion where I am using dataimport handler with development db and going to use it with production database in production environment I ...
Phillip Farber — 120724114603 Apr 2008*
I use a filter query (fq) parameter in my requests to limit the select response to a subset of all document ids. I'm getting a Solr exception whe...
Rogerio Pereira — 120725182803 Apr 2008*
I would like know if someone has used this framework with solr....
Vinci — 120733299304 Apr 2008*
Hi, I am trying to update the index by 2 stage posting: part of the index will be posted in stage 1 by 1.xml, then after a meanwhiles the left of the ...
Vinci — 120733308604 Apr 2008*
Hi, I want to set 2 field that are unique for different kind of searching. Does it possible? Thank you, Vinci...
oleg_gnatovskiy — 120736412305 Apr 2008*
Hello. I was wondering what happens when an add command is done without a commit command. Is there any way to roll back?...
Norskog, Lance — 120744521406 Apr 2008*
Hi-http://wiki.apache.org/solr/MergingSolrIndexe... recommends using the Lucene contributed app IndexMergeTool to merge two Solr indexes. What happens...
kirk beers — 120756859707 Apr 2008*
Hi, I tried setting up a single core application and I get the following error which claims it can't find the solrconfig.xml yet it is located un...
Mendes, Richard — 120758595807 Apr 2008*
I have been testing our solr homes and applications with Solr 1.3 using builds I do from the SVN trunk. All of our code runs fine with Solr 1.2. I am ...
Evgeniy Strokin — 120759009107 Apr 2008*
I'm sorry, I didn't explain my case clearly. My Index base should stay the same. User run query, and each time he runs query he wants to sup...
Evgeniy Strokin — 120759016107 Apr 2008*
Hello,.. I have odd problem. I use Solr for regular search, and it works fine for my task, but my client has a list of IDs in a flat separate file (he...
Otis Gospodnetic — 120759499707 Apr 2008
You'll need to provide more information about your environment and index if you want guesstimates.Otis...
Koji Sekiguchi — 120760302707 Apr 2008*
Hello, We want to use distributed search (SOLR-303) for our project. Before using it, we'd like to know the restrictions. The following restricti...
solr_user — 120762063008 Apr 2008*
Hi, What is the default operator precedence between AND and OR in SOLR? For example if I type a query "A OR B AND C", will it be treated as ...
Otis Gospodnetic — 120762891308 Apr 2008
Didn't you already ask this question? Patience, patience. Plus: You'll need to provide more information about your environment and index if ...
Vijay Rao — 120763703208 Apr 2008
I am planning to use DataImportHandler with Solr1.2 . How can I port this? Cheers Vijay...
swarag — 120767321908 Apr 2008*
I have about 15 millions documents totalling 27GB.... I would like to know how many segments I would need split them into. I am trying to achieve a qp...
Jonathan Ariel — 120767743808 Apr 2008*
Hi, I'm experiencing a really poor performance when using date ranges in solr query. Is it a know issue? is there any special consideration when ...
Richard Lichlyter-Klein — 120767761408 Apr 2008*
Hi. We are experimenting with installing Tomcat 5.5 from Red Hat Repositories. Tomcat 5.5, Java 1.5, Solr 1.2, and REHL 4 When I try to access solr, t...
oleg_gnatovskiy — 120776348209 Apr 2008*
Hello everyone. I downloaded the latest nightly build from http://people.apache.org/builds/lucene/solr/n.... When I tried to compile it, I got the fol...
swarag — 120777180809 Apr 2008*
Hi, I am trying to search through a distributed index and when I enter this link: http://wil1devsch1.cs.tmcs:8983/select?shards... But it always gives...
Tricia Williams — 120778704010 Apr 2008*
Hi All, I was wondering how Solr people feel about the inclusion of Payload functionality in the Solr codebase?Using Payloads requires me to include l...
Britske — 120778926510 Apr 2008*
Hi, I have a schema with a lot of (about 10000) non-stored indexed fields, which I use for sorting. (no really, that is needed). Moreover I have about...
李银松 — 120780763110 Apr 2008*
I'm testing solr search performance using LoadRunner the index contains 5M+ docs , about 10.7GB large. CPU:3.2GHz*2 RAM16GB The result si dispiri...
Walter Ferrara — 120783477410 Apr 2008*
I've noticed that passing html to a field using HTMLStripWhitespaceTokenizerFactory, ends up in having some javascripts too. For example, using a...
Sushan Rungta — 120788321611 Apr 2008*
Hello Everybody, I am a newbie in Lucene and I am from India, currently working for a search module for our classifed website search module in clickin...
Vinci — 120791823911 Apr 2008*
Hi all, I want to limit the search result by 2 numerical field, A and B, where Solr return the result only value in field A or B is non-zero. Does it ...
Sagar Khetkade — 120795489411 Apr 2008*
Hello, I have a hands on both Lucene and Solr. The difference betweenthese two search engines are explained to some extend, still havingsome query on ...
Otis Gospodnetic — 120795802211 Apr 2008*
Hi Doug, Sounds fishy, especially increasing/decreasing mergeFactor to "funny values" (try changing your OS setting instead). My guess is th...
shawnliu — 120796048512 Apr 2008*
I have inherited a new class from the org.apache.solr.schema.StrField and customed a new sort algorithm by implementing the SortComparatorSource inter...
Lance Norskog — 120796777012 Apr 2008*
Hi-When I reply to a solr-user mail, the To: address is the sender instead of solr-user. Didn't it used to be solr-user? Lance...
Vinci — 120797230412 Apr 2008*
Hi all, While I am dealing with the headache unicode normalization(it drives people into crazy;) ),I would like to ask, how Solr dealing with the phra...
Lance Norskog — 120799696512 Apr 2008*
What do facet queries do that is different from the regular query? What is a use case where I would use a facet.query in addition to the regular query...
Next page