ArchiveOrangemail archive

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,301 messages, beginning Jan 2006
  • 13 messages added yesterday

solr-user.lucene.apache.org

November 2010 - page 1
sivaprasad 128860200801 Nov 2010* Hi, As part of solr results i am able to get the max score.If i want to filter the results based on the max score, let say the max score is 10 And i n...
Ezequiel Calderara 128861774901 Nov 2010* Hi all guys! I'm in a weird situation here. We have index a set of documents which are ordered using a linked list (each documents has the referen...
Koji Sekiguchi 128862160101 Nov 2010* Hello, With solr example, using facet.field=text creates UnInvertedField for the text field in fieldValueCache. After that, I saw stats page and I was...
sivaprasad 128862504001 Nov 2010* Hi, I have 25 indexed fields in my document.But by default, if i give "q=laptops" this is going to search on five fields and iam getting the...
sivaprasad 128862558501 Nov 2010* Hi, In my document i have a filed called category.This contains "electronics,games ,..etc".For some of the category values i need to boost t...
Pawan Darira 128862571001 Nov 2010* Hi There is a situation where i search for more than 1 keyword & my main 2 fields are ad_title & ad_description. I want those results which ma...
indexing '- (6 Replies)
PeterKerk 128863353901 Nov 2010* I have a city named 's-Hertogenbosch I want it to be indexed exactly like that, so "'s-Hertogenbosch" (without "") But now...
Burton-West, Tom 128863371701 Nov 2010* We are trying to solve some multilingual issues with our Solr analysis filter chain and would like to use the new Lucene 3.x filters that are Unicode ...
Facet count of zero (2 Replies)
Tod 128863687501 Nov 2010* I'm trying to exclude certain facet results from a facet query. It seems to work but rather than being excluded from the facet list its returned w...
Pavel Minchenkov 128864034401 Nov 2010* Hi, When I'm trying to search Google with wrong keyboard layout -- it corrects my query, example: http://www.google.ru/search?q=vjcrdf (I typed wo...
Jeremy Hinegardner 128864337401 Nov 2010* Hi all, I see that as of r1022188 Solr Cloud has been committed to trunk. I was wondering about the stability of Solr Cloud on trunk. We are planning ...
markwaddle 128864451601 Nov 2010* I understand that the thread count is specified on root entities only. Does it spawn multiple threads per root entity? Or multiple threads per descend...
Roxana Angheluta 128864492601 Nov 2010* Hi all, We are using Solr over Jetty with a large index, sharded and distributed over multiple machines. Our queries are quite long, involving boolean...
getagrip 128864528201 Nov 2010* Hi, I've got some basic usage / design questions. 1. The SolrJ wiki proposes to use the same CommonsHttpSolrServer instance for all requests to av...
stockiii 128864536001 Nov 2010* my index is 13M big and i have not index all of my documents. the index in production system should be about 30M Documents big. so with my test 13M In...
Andy 128865113201 Nov 2010* My documents have a "down_vote" field. Every time a user votes down a document, I increment the "down_vote" field in my database a...
Brad Kellett 128865347401 Nov 2010 It's not looking very promising, but is there something I'm missing to be able to apply a field boost from within a transformer in the DataImp...
nitin.vanakudre128869935502 Nov 2010* Hello Techies, I am new to Solr, i am using it with mysql. Suppose i have table called person in mysql with two columns name, age and i have configure...
Moazzam Khan 128870384702 Nov 2010* Hey guys, I have a solr index where i store information about experts from various fields. The thing is when I search for "channel marketing...
Kura 128870895502 Nov 2010* Hey guys, I have 2 instances of Solr running, one as a master, one as a slave. Both have <dataDir>/var/lib/solr/data</dataDir> The master ...
samarth s 128871106702 Nov 2010* Hi, I have a requirement of dynamically creating new cores(master). Each core should have a replicated slave core. I am working with Java and using So...
Phrase Query Problem? (6 Replies)
Tod 128871184702 Nov 2010* I have a number of fields I need to do an exact match on. I've defined them as 'string' in my schema.xml. I've noticed that I get back...
Ken Stanley 128871310802 Nov 2010* By default, the solrconfig.xml has maxBooleanClauses set to 1024, which in my opinion should be more than enough clauses in general. Recently, we have...
zakuhn 128873817902 Nov 2010* I'm storing a set of products in solr as ducuments. I'm separating out the name, description, keywords, and product category name into separat...
Stored or indexed? (6 Replies)
Olson, Ron 128873842602 Nov 2010* Hi all- I've read through the documentation, but I'm still a little confused about the <field/> tag, in terms of the indexed and stored ...
using HebMorph (1 Reply)
mark peleus 128874551703 Nov 2010* Hi I'm trying to use HebMorph, a new Hebrew analyzer. http://github.com/itaifrenkel/HebMorph/tree/m... The instructions says: 1. Download the code...
Will Milspec 128874597303 Nov 2010* Hi all, This seems a basic question: what's the best way to get TermVectorComponents. from the Solr XmL response? SolrJ does not include TermVecto...
Disk usage per-field (5 Replies)
Shawn Heisey 128874610903 Nov 2010* Is it possible for Solr (or Luke/Lucene) to tell me exactly how much of the total index disk space is used by each field? It would also be very nice t...
xpath processing (8 Replies)
pghorpade128874893303 Nov 2010* I am trying to import mods xml data in solr using the xml/http datasource This does not work with XPathEntityProcessor of the data import handler xpat...
PeterKerk 128877105003 Nov 2010* I have a city field. Now when a user starts typing in a city textbox I want to return found matches (like Google). So for example, user types ...
Query question (11 Replies)
kenf_nc 128879639503 Nov 2010* I can't seem to find the right formula for this. I have a need to build a query where one of the fields should boost the score, but not affect the...
Imran 128879695003 Nov 2010* Hi All We've got an index in which we have a multiValued field per document. Assume the multivalue field values in each document to be; Doc1: bar ...
Lohrenz, Steven 128879771903 Nov 2010* Hi, I am trying to figure out if how I can accomplish the following: I have a fairly static and large set of resources I need to have indexed and sear...
Will Milspec 128880618603 Nov 2010* Hi all, Can anyone comment on the ease/merit of overriding the shipped SynonymFilterFactory with a version that could load the synonyms from an altern...
jayant 128881319103 Nov 2010 Hi, If the synonym.txt file define the following castle,fort I am able to match "fort" when the user wants to search for "castle...
ahammad 128881584603 Nov 2010* Hello, I'm trying to implement a "Related Articles" feature within my search application using the mlt handler. To give you a little bac...
Jason Brown 128881789203 Nov 2010 I have 3 fields in my index that I use in a dismax query with boosts and phrase boosts. I've realised that 1 field I'm not really interested i...
Jason Brown 128882074103 Nov 2010* Is it possible to filter my search results by relevance? For example, anything below a certain value shouldn't be returned? I also retrieve facet ...
Simon Wistow 128882578803 Nov 2010* We've been trying to get a setup in which a slave replicates from a master every few seconds (ideally every second but currently we have it set at...
Israel Ekpo 128882920204 Nov 2010 Due to popular demand, the link to my slides @ ZendCon are now available here in case anyone else is looking for it. http://slidesha.re/bAXNF3 The sam...
Ravi Kiran 128883345104 Nov 2010* Hello, I have a single core servicing 3 different applications, one of the application doesnt want some specific docs to show up (driven by Editorial ...
Shawn Heisey 128884965704 Nov 2010* I started to upgrade my slave servers from 1.4.1 to 3.1-dev checked out this morning. Because of SOLR-2034 (new javabin version) the replication fails...
Theodor Tolstoy 128887545104 Nov 2010* Hi! I am trying to get the ContentStreamDataSource to work properly , but there are not many examples out there. What I have done is that I have made ...
Markus Jelsma 128888060604 Nov 2010* Hi all, I've got some puzzling issue here. During tests i noticed a document at the bottom of the results where it should not be. I query using Di...
jayant 128890307904 Nov 2010* I need to connect to a RETS api through a http url. But the REST service uses digest authentication. Can I use DataImportHandler to pass the credentia...
Olson, Ron 128890547004 Nov 2010* Hi all- First, thanks to all the folks to have helped me so far getting the hang of Solr; I promise to give back when I think my contributions will be...
Stephen Powis 128890705504 Nov 2010* I'm having difficulty properly escaping ? in my search queries. It seems as tho it matches any character. Some info, a simplified schema and query...
Tommaso Teofili 128890938904 Nov 2010* Hi all, having two fields named 'type' and 'cat' with identical type and options, but different values recorded, would it be possible ...
mergeFactor questions (2 Replies)
Tommaso Teofili 128890947004 Nov 2010* Hi all, Having read the SolrPerformanceFactors wiki page [1], I'd still need a couple of clarifications about mergeFactor (I am using version 1.4....
Robert Gründler 128891292204 Nov 2010 Hi all, we had a severe problem with our raidcontroller on one of our servers today during importing a table with ~8 million rows into a solr index. A...

Next page

Home | About | Privacy