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 81,952 messages, beginning Jan 2006
- 21 messages added yesterday
solr-user.lucene.apache.org
May 2007 - page 1
James liu — 117802301901 May 2007*
for example, i wanna crawl http://www.amazone.com/ and just wanna product title , product information, writer, publisher. and other data i wanna ignor...
escher2k — 117804461601 May 2007*
I am trying to execute a faceted count on a field called "load_id" and want to exclude 0s. The URL below doesn't seem to be excluding z...
Charlie Jackson — 117805510401 May 2007*
Hello, I'm evaluating solr for potential use in an application I'm working on, and it sounds like a really great fit. I'm having troubl...
Chris Hostetter — 117806857502 May 2007*
I have no idea if they did this for the impending ApacheCon EU, but I just noticed that for ApacheCon US, they have a "Would you attend this sess...
Daniel Einspanjer — 117808204302 May 2007*
The example EmbeddedSolr class on the wiki makes use of getUpdateHandler which was added after 1.1 (so it seems to be available only on trunk). I...
HUYLEBROECK Jeremy RD-ILAB-SSF — 117809886102 May 2007*
Hi, We experience some encoding probs with the unicode characters getting out of solr. Let me explain our flow: -fetch a web page -decode entities and...
Michael Pelz Sherman — 117811759902 May 2007
I just downloaded the latest nightly build of Lucene and compiled it with the solr 1.1.0 source, and now leading + trailing wildcards work like a char...
Otis Gospodnetic — 117812212702 May 2007
Hi Lutz, That is because neither Solr nor Lucene (the indexing/searching toolkit that Solr runs on top of) know anything about compound words. Noting ...
Otis Gospodnetic — 117812233002 May 2007*
As far as I know, there is no clover dependency, at least not in the trunk version of Solr. I tried this cheap trick: $ strings lib/lucene-core-2.1.0....
Otis Gospodnetic — 117812374702 May 2007*
Charlie, There is nothing built into Solr for that. But you can use any of the numerous free proxies/load balancers. Here is a collection that I...
Otis Gospodnetic — 117812707902 May 2007*
Try building your own jar (ant jar-core in lucene's trunk): strings /home/otis/dev/repos/lucene/java/trunk/build/lucene-core-2.2-dev.jar ...
Otis Gospodnetic — 117813328602 May 2007*
Hi, I have a situation where I have some external weight information that I'd like to use for the computation of the final "weighted...
Johan Oskarsson — 117813597202 May 2007*
Hi. First off, thanks for a nice piece of software. I'm wondering how to delete a range of documents with a range filter instead of a query. I wa...
Matthew Runo — 117814972802 May 2007*
Hello! I was wondering - is it possible to search and group the results by a given field? For example, I have an index with several million records. M...
Lutz Steinborn — 117821069603 May 2007*
Hi, I have a search problem with composite words. For example I have the composite word "wishlist" in my document. I can easily find the doc...
Jack L — 117821460103 May 2007*
Snippet generation use hl.fragsize to determine the size of the snippets. This works very well. However, the snippets often have half of a sentence at...
RJ Tang — 117822725703 May 2007*
I am a newbie to Solr and found it very easy to get started! However, now I am stuck at this issue of dealing with correlated vector fields. for examp...
solruser — 117822900803 May 2007*
Hi Everyone, Pardon me if this question might be asked here in the mailing list earlier. I tried looking for this but I could not get any answers. I a...
Scott Matthews — 117822921103 May 2007*
I've been attempting to utilize Solr 1.1's sorting feature using the Syntax provided on the wiki [q=<query>;<field> (asc...
solruser — 117822946803 May 2007*
Hi Everyone, Question on phrase query. Does the phrase query will return only the documents with all terms matched in the document? To better illustra...
Avi Rappoport, SearchTools.com — 117823615703 May 2007
Hi all, I'm really impressed by Solr and one of my potential consulting customers is considering installing it, using the faceted metadata browse...
Jack L — 117823758504 May 2007*
Doing queries is so easy with Python, thanks to solr's Python format support. Is there any Python utility classes for posting documents? Which I ...
Otis Gospodnetic — 117833487305 May 2007
Hi, Didn't see anyone answering your questions... 1) You'll have to write your own analyzer and tokenizer that does the right thing for your...
r tompkins — 117841538606 May 2007*
Hello all, I am trying to reuse fields to create new search queries. Let me explain when solr is processing the fields to figure out where to put the ...
Mekin Maheshwari — 117858073907 May 2007*
Hi, Just wanted to check if there is more documentation about function queries besides the java doc at http://lucene.apache.org/solr/api/org/apache/.....
escher2k — 117858293608 May 2007*
Is is possible to specify that a term to be looked up in alternate ways" - e.g. search = "3 D" OR "3D" ? Reason being, by def...
Brian Whitman — 117862135408 May 2007*
Using resin 3.0.23 with a trunk solr war I am having a problem adding documents with utf-8 characters, including the utf8-example in exampledocs. The ...
Gal Nitzan — 117866132608 May 2007*
Hi, I have 2 fields which I would like to sort by, one is a "date" field and the other is "sint". My query tries to search all ent...
James liu — 117867252809 May 2007*
for example, my facet queries have 100. i wanna show top 10 facet queries. not show all unless user wanna know. I not find it when i read solr...
Koji Sekiguchi — 117867712109 May 2007*
Hello, I'm interested in FederatedSearch on wiki: http://wiki.apache.org/solr/FederatedSearch I would like to understand the design concept of th...
Thiago Jackiw — 117868876309 May 2007*
Is there a way to retrieve all rows found without having to specify a value for it (?q=sales&rows=HUGE_NUMBER)? For instance, what I'd like t...
mike topper — 117872253509 May 2007*
Hello, In our application there are a lot of old records that we still want in our index but would like for them to be scored lower than some newer re...
— 117872695209 May 2007*
Hi, I specify the following encoding when POSTING the data to Solr: text/xml; charset=utf-8 The encoding of the actual XML is also UTF-8. I see that t...
— 117872764409 May 2007*
Hi, I run the example using Jetty on Windows 2003 machine. When I submit some documents containing upper ASCII characters, Solr update handler fails w...
— 117873001209 May 2007*
Hi, I tried CDATA. It fails the same way. I will try to check of the utf8-example.xml works ok (I just have to change it to match my schema). I just r...
Charlie Jackson — 117873217609 May 2007*
I have a couple of questions regarding index corruptions. 1) Has anyone using Solr in a production environment ever experienced an index corruption? I...
Matthew Runo — 117873683009 May 2007*
I'd love to see some explanation of what's going on here, and how to configure it for my own use. I've changed the fields to match my o...
Ge, Yao \(Y.\) — 117874425709 May 2007*
I am planning to develop look ahead queries with Solr so that as user type query terms a list of related terms is shown in a popup window (similar to ...
escher2k — 117875244809 May 2007*
(1) How does one ensure that Solr treats words like .Net and 3D correctly ? Right now, they get translated into Net and 3 d respectively. (2) Is it po...
Jack L — 117875886210 May 2007*
When facet.sort is used, the facet fields are sorted by the count in the reply string when using python output. However, after calling eval(), the sor...
Will Johnson — 117878957310 May 2007*
does solr support date range searching? i've tried all the examples on the lucene site as well as using the solr response format and a few others...
Debra — 117883238110 May 2007*
I have written a costume response writer and added the response writer to solrconfig.xml When I run a program I can see the costume response writer is...
Teruhiko Kurosaka — 117883244210 May 2007*
I'm trying to search an index of docs which have text fields in Arabic, using XSL writer (wt=xslt&tr=example.xsl). But the Arabic text gets a...
Brian Whitman — 117883270210 May 2007*
After writing my 3rd parser in my third scripting language in so many months to go from unix timestamps to "Solr Time" (8601) I have to ask:...
James liu — 117883379610 May 2007*
Expect it to support other language like chinese. maybe solr facet can config like this when it support other language. <str name="facet.query...
Otis Gospodnetic — 117884212111 May 2007
Though, isn't there a recent patch to allow multiple indices under a single Solr instance in JIRA? Otis . . . . . . . . . . . . . . . . . . . . ....
James liu — 117884452211 May 2007*
i try, it show me error information: 2007-5-10 14:26:38 org.apache.catalina.core.ApplicationContext log 严重: StandardWrapper.Throwable java.lang.Ex...
Teruhiko Kurosaka — 117885572511 May 2007*
I struggled to run Solr in Tomcat 5.5 (or 6.0 for that matter). Then I found a step-by-step instruction at http://wiki.apache.org/solr/SolrTomcat and ...
James liu — 117885623111 May 2007*
i use command like thisand i getwhen i search something which exists in before delete and find nothing. but index file size not changed and maxDoc not...
Otis Gospodnetic — 117886166811 May 2007*
Is this correct? bf is a boosting function, so a function is needed there, no? e.g. <str name="bf"> ord(popularity)^0.5 recip(rord(pri...
Next page