Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 97 (0.291s).
Loading phrases to help you
refine your search...
Re: getting a list of top page-ranked webpages - Solr - [mail # user]
...A slightly different route to take, but one that should help test/refine a semantic parser is wikipedia. They make available their entire corpus, or any subset you define. The whole thing is...
   Author: kenf_nc, 2010-09-17, 11:46
Re: Does SolrNet support indexing of Database tables and XML files - Solr - [mail # user]
...Alok, I noticed you also posted to the SolrNet forum, and that's a better place for this question. But basically, SolrNet is a wrapper around Solr functionality. It lets you build your Solr ...
   Author: kenf_nc, 2010-09-03, 13:51
Re: solr user - Solr - [mail # user]
...You are querying for 'branch' and trying to place it in 'skill'.  Also, you have Name and Column backwards, it should be:          View this message in context:...
   Author: kenf_nc, 2010-09-02, 13:49
Re: High - Low field value? - Solr - [mail # user]
...That's exactly what I want.  I was just searching the wiki using the wrong terms. Thanks! View this message in context: http://lucene.472066.n3.nabble.com/High-Low-field-value-tp1402568...
   Author: kenf_nc, 2010-09-01, 21:59
High - Low field value? - Solr - [mail # user]
...I want to do range facets on a couple fields, a Price field in particular. But Price is relative to the product type. Books, Automobiles and Houses are vastly different price ranges, and wit...
   Author: kenf_nc, 2010-09-01, 20:00
Re: solr - Solr - [mail # user]
...We would really need to see more information, but some first things to look for are:  are your field definitions in the schema.xml set to indexed="true" (if you want to search it) and s...
   Author: kenf_nc, 2010-08-31, 14:33
Re: Private data within SOLR Schema - Solr - [mail # user]
...my feeling is that private fields in a public document will be the hardest nut to crack, unless you have an intermediary layer that users call instead of hitting your solr instance directly....
   Author: kenf_nc, 2010-08-27, 17:58
Re: Problem related to Sorting in Solr1.4 - Solr - [mail # user]
...the 'text'  fieldType is not suitable for sorting. You need to use the copyField directive in your schema and at indexing time copy the data to your TITLE and UPDBY fields, and you need...
   Author: kenf_nc, 2010-08-27, 14:08
Re: Solr Doc Lucene Doc !? - Solr - [mail # user]
...Are you just trying to learn the tiny details of how Solr and DIH work? Is this just an intellectual curiosity? Or are you having some specific problem that you are trying to solve? If you h...
   Author: kenf_nc, 2010-08-12, 18:01
Re: Schema Definition Question - Solr - [mail # user]
...One way I've done to handle this, and it works only for some types of data, is to put the searchable part of the sub-doc in a search field (indexed=true) and put an xml or json representatio...
   Author: kenf_nc, 2010-08-12, 13:20
Sort:
project
Solr (97)
type
mail # user (97)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (97)
author
Chris Hostetter (6453)
Yonik Seeley (5300)
Erick Erickson (3791)
Mark Miller (3122)
Otis Gospodnetic (2874)
Michael McCandless (2861)
Grant Ingersoll (2548)
Robert Muir (2546)
Erik Hatcher (2325)
Uwe Schindler (2001)
Shalin Shekhar Mangar (1755)
Ryan McKinley (1687)
Lance Norskog (1604)
Jack Krupansky (1392)
Shawn Heisey (1184)
kenf_nc