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,976 messages, beginning Jan 2006
- 86 messages added yesterday
solr-user.lucene.apache.org
July 2011 - page 1
GAURAV PAREEK — 130947908601 Jul 2011*
Hi All, How to *uninstall* Solr completely ? Any help will be appreciated. Regards, Gaurav...
Robert Muir — 130950003001 Jul 2011
July 2011, Apache Solr™ 3.3 available The Lucene PMC is pleased to announce the release of Apache Solr 3.3. Solr is the popular, blazing fast open s...
Romi — 130950345201 Jul 2011*
my solrconfig.xml configuration is as : <mainIndex> <useCompoundFile>false</useCompoundFile> <ramBufferSizeMB>32</ramBuffer...
nilay.tiw — 130950580201 Jul 2011*
Hi How can i create cluster for all records. Currently i am sending clustering=true param to solr and it give the cluster in response , but it give fo...
Walter Closenfleight — 130950636301 Jul 2011*
I had set up the clusteringComponent in solrconfig.xml for my first core. It has been working fine and now I want to get my next core working. I set u...
Romi — 130950653401 Jul 2011*
wanted to use clustering in my search results, i configured solr for clustering and i got following json for clusters. But i am not getting how to use...
Romi — 130951997301 Jul 2011
I am using solr for indexing and searching in my application. I am facing some strange problem while querying wild card When i search for di?mo?d, i g...
Romi — 130952225501 Jul 2011*
when i run solr/admin page i got this information, it shows optimize=true, but i have not set optimize=true in configuration file than how it is optim...
Celso Pinto — 130952905001 Jul 2011*
Hi everyone, I'm having some trouble figuring out why a query with an exact word followed by the * wildcard, eg. teste*, returns no results while ...
roySolr — 130952932301 Jul 2011*
Hello, I have made my own sql function(isSoccerClub). In my sql query browser this works fine. My query looks like: select * from soccer where isSocce...
Bojidar Penchev — 130952943601 Jul 2011
Hi Guys, Last several days I am trying to find fast way to obtain all possible values for a given field, but all the solution that I tried was not fas...
<gauravpareek2009 — 130953044701 Jul 2011*
Hello Erik, thank u for ur help. I understand that we need to delete the folder but how undeploy the solr.war and where i can find it. If anyone can s...
Ryan McKinley — 130953710301 Jul 2011*
Hello- I'm looking for a way to find all the links from a set of results. Consider: <doc> id:1 type:X link:a link:b </doc> <doc...
Tod — 130954079701 Jul 2011*
I'm working on upgrading to v3.2 from v 1.4.1. I think I've got everything working but when I try to do a data import using dataimport.jsp I...
Sheetal — 130954435701 Jul 2011
Hi, I am beginning to learn Solr. I am trying to read data from Solr MoreLike This through Java. My query is http://localhost:8983/solr/select?q=repos...
Thomas Schmidt — 130954957301 Jul 2011*
Hi, when I restart my solr server it performs two warming queries. When a request occures within this there is an exception and always exceptions unti...
joelmats — 130955110701 Jul 2011*
Hello! Is it possible to have an optional nested query. I have 2 nested queries and would like to have the first query mandatory but the second option...
arian487 — 130955163601 Jul 2011*
So it seems the things in the queryResultCache have no TTL, I'm just curious how it works if I reindex something with new info? I am going to be r...
Jamie Johnson — 130955535901 Jul 2011*
I have a field named content with the following definition <field name="content" type="text" indexed="true" stored=...
randolf.julian — 130956088001 Jul 2011*
I am trying to import from one SOLR index to another (with different schema) using data import handler via http: However, there are dynamic fields in ...
Kyle Lee — 130958606202 Jul 2011*
Hello all, What are we doing incorrectly with this query? http://10.0.0.121:8080/solr/select?q=(descrip...)&fq=(transactionDate:[NOW-30DAY/DAYTO N...
Search Learn — 130959429402 Jul 2011*
Hello, We currently deploy and undeploy solr web application potentially hundred's of times during a typical day. when the solr is undeployed, its...
Sandeep Gond — 130962704002 Jul 2011*
I am trying to index CSV data in multicore setup using post.jar. Here is what I have tried so far: 1) Started the server using "java -Dsolr.solr....
Spyros Kapnissis — 130963090102 Jul 2011*
Hello to all, Is it possible that I can make solr return only documents that contain all or most of my query terms for a specific field? Or will I nee...
Benson Margulies — 130967212803 Jul 2011*
I'm a bit puzzled while trying to adapt some pagination code in javascript to a grouped query. I'm using: 'group' : 'true', ...
Shawn Heisey — 130973137803 Jul 2011*
I have noticed a significant difference in filter cache warming times on my shards between 3.2 and 1.4.1. What can I do to troubleshoot this? Please l...
Romi — 130976452204 Jul 2011*
I want to include both clustering and spellchecker in my search results. but at a time i am able to include only one. Only one, with which <request...
Jason, Kim — 130977240704 Jul 2011*
Hi All I have complex phrase queries including wildcard. (ex. q="conn* pho*"~2 OR "inter* pho*"~2 OR ...) That takes long query re...
Sowmya V.B. — 130979173004 Jul 2011*
Hi All I tried integrating UIMA in to Solr, following the instructions here: https://svn.apache.org/repos/asf/lucene/dev/t... However, I set a solrcon...
Engy Morsy — 130980296904 Jul 2011*
Hi, What is the workflow of solr starting from submitting an xml document to be indexed? Is there any default analyzer that is called before the analy...
Pranav Prakash — 130980651404 Jul 2011*
Hi, I am not sure what is the index number value? It looks like an epoch time, but in my case, this points to one month back. However, i can see docum...
dhastings — 130980926704 Jul 2011*
i recently upgraded al systems for indexing and searching to lucene/solr 3.1, and unfortunatly it seems theres a lot more changes under the hood than ...
Gabriele Kahlout — 130982369104 Jul 2011*
Hello, I'm trying to add a field that counts the number of terms in a document to my schema. So far I've been computing this value at query-ti...
Rohit Gupta — 130984646005 Jul 2011
Hi, I am getting the following two error in my solr log file, SEVERE: SolrIndexWriter was not closed prior to finalize(), indicates a bug -- POSSIBLE ...
Sowmya V.B. — 130985340305 Jul 2011*
Hi All A quick doubt on the index files of Lucene and Solr. I had an older version of lucene (with UIMA) till recently, and had an index built thus. I...
Marian Steinbach — 130986224305 Jul 2011*
Hi! I want my spellchecker component to return search query suggestions, regardless of the number of items in the search results. (Actually I'd fi...
Li — 130986400005 Jul 2011*
hi all, I want to provide full text searching for some "small" websites. It seems cloud computing is popular now. And it will save costs bec...
Sheetal — 130987162805 Jul 2011*
Hi, I am beginner in Solr. I am trying to read data from Solr MoreLike This through Java. My query is http://localhost:8983/solr/select?q=repositor......
Romi — 130987379605 Jul 2011*
i want to enable boosting for query and search results. My dismax queryHandlerConfiguration is as: *<requestHandler name="dismax" class=...
Jame Vaalet — 130987407205 Jul 2011*
Hi, Let say, I have got 10^10 documents in an index with unique id being document id which is assigned to each of those from 1 to 10^10 . Now I want t...
Romi — 130988271605 Jul 2011*
My indexes are these, i want to see the effect of merge factor and maxmerge docs. on These indexes how can i do it. * _0.fdt 3310 KB _0.fdx 23 KB _0.f...
Lox — 130988398005 Jul 2011*
Hi, I'm trying to achieve a sort of better separation between the analysis of a document (tokenizing, filtering ecc.) and the indexing (storing). ...
Mark juszczec — 130988494505 Jul 2011
Hello all I'm using Solr 3.2 and am trying to index a document whose primary key is built from multiple columns selected from an Oracle DB. I...
Briggs Thompson — 130988548905 Jul 2011*
Hello all, Is there a good way to get the hit count of a search? Example query: textField:solr AND documentId:1000 Say document with Id = 1000 has ...
arian487 — 130988627005 Jul 2011*
So I made a custom search component which runs right after the query component and this custom component will update the score of each based on some t...
arian487 — 130988684805 Jul 2011*
I know the queryResultCache and stuff live only so long as a commit happens but I'm wondering if the custom caches are like this as well? I...
Way Cool — 130988940305 Jul 2011*
Hi, guys, We have more than 1000 attributes scattered around 700K docs. Each doc might have about 50 attributes. I would like Solr to return up to 20 ...
duddy67 — 130989091405 Jul 2011*
Hi all, Someone could tell me what is the OR syntax in SOLR and how to use it in a search query ? I tried: fq=sometag:1+sometag:5 fq=sometag:[1+5] fq=...
Erick Erickson — 130989102405 Jul 2011*
Let's see the results of adding &debugQuery=on to your URL. Are you getting any documents back at all? If not, then your query isn't getti...
Gabriele Kahlout — 130989344105 Jul 2011*
@Test public void testUpdate() throws IOException, ParserConfigurationException, SAXException, ParseException { Analyzer analyzer = getAnalyzer(); Que...
Next page