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,155 messages, beginning Jan 2006
- 107 messages added yesterday
solr-user.lucene.apache.org
March 2008 - page 1
Vijay Khurana — 120435843001 Mar 2008
Hi I have a field named threadid in my index and more than one document can have same value for this field. The documents are considered duplicate if ...
nicolas.dessaigne — 120437608401 Mar 2008*
Thanks for your response Grant. You are right, depending of the language we could index the text in a specific field. At request time, we would then a...
Matt M. — 120441243401 Mar 2008*
Hi, I'm trying to find a way to paginate through facet values. But it seems that there is not a way to get the total number of values (numFound) ...
Otis Gospodnetic — 120441640302 Mar 2008
You can copy it, though you may end up with an index directory that has a mix of old index files and new index files. What you seem to be missing is s...
Otis Gospodnetic — 120441653202 Mar 2008
Note that moving to Java 6 alone will not save you. You do need ti give this poor JVM more memory to play with when working with such a big index. Oti...
Otis Gospodnetic — 120441675502 Mar 2008
You changed the positionIncrementGap to reduce index size....? Hm, maybe I'm forgetting something at the moment, but I don't think this will...
Otis Gospodnetic — 120441696202 Mar 2008
It's really about the combination of index size, hardware, required response rate, query rate and complexity. You typically try to benchmark this...
Otis Gospodnetic — 120441749002 Mar 2008
But note one thing here. Pulling a merely modified index (its snapshot) and not the fully optimized index means you'll only pull the delta, while...
Otis Gospodnetic — 120441765602 Mar 2008
Vijay, "I have a field named threadid in my index and more than one document can have same value for this field. The documents are considered dup...
Otis Gospodnetic — 120442591402 Mar 2008*
I don't quite follow everything here (examples?), but I believe IDF of a term is not a per-field value, but "index-wide". Does that cha...
Christian Vogler — 120443035702 Mar 2008*
Hi, I am using Solr 1.2.0 with a custom compound word analyzer, which inserts the decompositions into the token stream. Because I assume that when the...
Evgeniy Strokin — 120443274302 Mar 2008*
I'm running my tests on server with 4 double-kernel CPU. I was expecting good improvements from multithreaded solution but I have speed 10th time...
Matthew Runo — 120444499702 Mar 2008*
Hello! Recently, using the latest SVN code, it seems that the links to view the schema & config files have been broken. Urls such as /solr/admin/f...
Anders Arpteg — 120445640602 Mar 2008*
I have a large solr index that is currently about 6 GB and is suffering of severe performance problems during updates. A commit can take over 10 minut...
Brian Whitman — 120448136402 Mar 2008*
Once in a while we get this javax.xml.stream.XMLStreamException: ParseError at [row,col]:[4,790470] [14:32:21.877] Message: An invalid XML character (...
oleg_gnatovskiy — 120449860002 Mar 2008*
Hello everyone. I've run into a weird problem with Solr's ranking engine. In a nutshell, the problem involves certain results getting EXTREM...
Otis Gospodnetic — 120449892502 Mar 2008*
Hi Feng, Neither Lucene nor Solr support those operators. I believe there is or used to be a way to specify an open begin/end for the range query, but...
Lance Norskog — 120449930502 Mar 2008*
The fastest solr query I can find is any query on unused dynamic field name: unused_dynamic_field_s:3 Is there another query style that should be fast...
陈亮亮 — 120450899603 Mar 2008*
when embeded the solr in my application last night, i encountered the too many open file exception just like that said in "http:%3e". And i ...
Walter Underwood — 120451232303 Mar 2008*
Please answer with the size of your index (post-optimize) and how long an optimize takes. I'll collect the data and see if I can draw a line thro...
wkwickramanayake — 120451889703 Mar 2008*
Hi...All... I'm having a problem in my current project.There i need to create two schema file.After that i need to keep them in two diffrent solr...
Otis Gospodnetic — 120453034403 Mar 2008*
Hi Feng, Somebody just asked this over on solr-dev. As far as I know, no concrete discussions about this had taken place recently, which means nothing...
David Pratt — 120455046503 Mar 2008
I am trying to decide whether it is best to work with multiple apps in a tomcat instance or run a single app with multiple cores. How do these options...
Otis Gospodnetic — 120455506603 Mar 2008*
Grégoire, I believe the answers to your first 2 questions are both positive. Otis...
Micah Wedemeyer — 120456891703 Mar 2008*
Hi, I've used Solr a little at work where we have our own hardware with all the memory we want. However, I would also like to use Solr on a small...
nicolas.dessaigne — 120457106003 Mar 2008
> How many languages are you dealing with? The number of languages depends greatly on the project. We are usually dealing with 2 or 3 languages and...
nicolas.dessaigne — 120457150903 Mar 2008
You're right Yonik, that's what I meant. As for an example, let us place ourselves in two situations: - Situation A: one field ("text...
Geir Gullestad Pettersen — 120458532403 Mar 2008*
I've added &hl=on&hl.fl=* to enable highlighting on all fields. However, the result does not contain any snippets of the matching terms, ...
Justin — 120459366604 Mar 2008*
I'm indexing a large number of documents. As a server I'm using the /solr/example/start.jar No matter how much memory I allocate it fails ar...
Otis Gospodnetic — 120460485004 Mar 2008
Hi, You are saying a doc can be up to 700KB and your maxBufferedDocs is set to 900. Multiply these two numbers and I think you'll see that this n...
Otis Gospodnetic — 120460636404 Mar 2008*
James, I can't comment more on the SN's arch choices. Here is the story about your questions - 1 Solr instance can hold 1+ indices, either v...
Otis Gospodnetic — 120460645004 Mar 2008*
Quick answers. 2 webapps one core/index each vs. 1 webapp with 2 cores (but there is also 1 webapp with 2 virtual webapps, one core/index each). If RA...
Doug Steigerwald — 120474422805 Mar 2008*
We're using localsolr and the RubyResponseWriter. When we do a request with the localsolr component in our requestHandler we're seeing issue...
James Wiegand — 120476015805 Mar 2008*
Hi there, What I am trying to do is get search results sorted by content type, since there is an order in which results are preferred, for example: * ...
Thomas G Lawless — 120480852606 Mar 2008
I'm new to both Solr and Geronimo. When I attempt to install the Solr war into Geronimo, I get the following exception. Has anyone else seen this...
Benson Margulies — 120482836306 Mar 2008
I am trying to add a directory and some jars to the classpath in the example, so I can test out some code while being able to modify it in eclipse. My...
Benson Margulies — 120483680806 Mar 2008*
A helpful correspondent responded to a JIRA of mine suggesting run-jetty-run to debug solr plugins from eclipse. Can someone provide a bit more detail...
Otis Gospodnetic — 120484566806 Mar 2008
Hi, Combine those id:XXX id:YYY's with an OR: id:XXX OR id:YYY ..... and post that for deletion. That should do it. Otis...
Benson Margulies — 120485277207 Mar 2008*
INFO: SolrUpdateServlet.init() done 2008-03-06 15:39:38.152::INFO: Started SocketConnector @ 0.0.0.0:8983 _header=[2418689,16491778,m=3018,g=4096,p=40...
Evgeniy Strokin — 120486801507 Mar 2008*
I want to get sample from my search result. Not first 10 but 10 random (really random, not pseudo random) documents. For example if I run simple query...
Umar Shah — 120487068907 Mar 2008
Hi, I have a problem where i want to rank multivalued fields suppose a multivalued field "category" having associated subfield "score...
Edward Zhang — 120487543807 Mar 2008*
I want to programmatically retrieve the schema and the config from the ShowFileRequestHandler. I encounter some trouble. There are CJK characters in t...
Jae Joo — 120488753207 Mar 2008*
Hi, I have many document to be deleted and the xml file is built shown as below. delete.xml <delete><query>id:0286-14582373</query>...
Peter Cline — 120491241707 Mar 2008*
Hi all, I'm new to the list, but I've been struggling with this problem for some time. I'm getting Illegal xml/html character errors an...
pakore — 120491939807 Mar 2008*
I would like to send this query to Solr: date:[2008-02-02T16:45:58Z-90DAY TO 2008-02-02T16:45:58Z-3DAY] the date is obtained from a document and i wan...
Doug Steigerwald — 120492096407 Mar 2008*
Came in this morning to find some alerts that the admin interface has basically died. Everything was fine until about 4am. No updates or queries going...
nicolas.dessaigne — 120492153507 Mar 2008*
I think Tomcat defaults to the operating system default, e.g. cp1252 on a classic windows. You need to add an attribute URIEncoding="UTF-8...
— 120494054408 Mar 2008*
Hello, I've got some problem with html code who is embedded in xml file: Sample source . <content> <stories> <div class="stor...
émile coué — 120495103208 Mar 2008*
Hi, I am new in solr, and I use the SolrJ Client, If I stores into solr doc1 is doc2 documents, having for the fields champX respectively the values v...
Otis Gospodnetic — 120495743308 Mar 2008
I don't have the sources in front of me, but isn't there a setRows(int) method that you can call before running the query? Otis...
Next page