Re: Any way to view lucene files

2014-06-06 Thread Chris Collins
gards > Aman Tandon > > > On Sat, Jun 7, 2014 at 12:01 PM, Chris Collins wrote: > >> Have you tried: >> >> https://code.google.com/p/luke/ >> >> Best >> >> Chris >> On Jun 6, 2014, at 11:24 PM, Aman Tandon wrote: >> >>

Re: Any way to view lucene files

2014-06-06 Thread Chris Collins
Have you tried: https://code.google.com/p/luke/ Best Chris On Jun 6, 2014, at 11:24 PM, Aman Tandon wrote: > Hi, > > Is there any way so that i can view what information and which is there in > my _e.fnm, etc files. may be with the help of any application or any viewer > tool. > > With Regar

Re: Problems installing Solr4 in Jetty9

2013-08-17 Thread Chris Collins
I am using 4.4 in an embedded mode and found that it has a dependency on hadoop 2.0.5. alpha that in turn depends on jetty 6.1.26 which I think pre-dates electricity :-} C On Aug 17, 2013, at 12:44 AM, Tim Vaillancourt wrote: > Try adding 'ext' to your OPTIONS= line for Jetty. > > Tim > > O

Re: external file field and fl parameter

2013-07-17 Thread Chris Collins
Chris, the confusion from my perspective is the general inconsistency and natural growth of the API which is somewhat expected based upon its history. Obviously this isnt sql, there is no ansi body defining the query language. I understand well the difference between stored, indexed etc. Goin

Re: external file field and fl parameter

2013-07-14 Thread Chris Collins
_name) > > Alan Woodward > www.flax.co.uk > > > On 14 Jul 2013, at 18:41, Chris Collins wrote: > >> Why would I be re-indexing an external file field? The whole purpose is that >> its brought in at runtime and not part of the index? >> >> C >> On Jul 14,

Re: external file field and fl parameter

2013-07-14 Thread Chris Collins
Why would I be re-indexing an external file field? The whole purpose is that its brought in at runtime and not part of the index? C On Jul 14, 2013, at 10:13 AM, Shawn Heisey wrote: > On 7/14/2013 7:05 AM, Chris Collins wrote: >> Yep I did switch on stored=true in the field type. I

Re: external file field and fl parameter

2013-07-14 Thread Chris Collins
Erickson wrote: > Did you store the field? I.e. set stored="true"? And does the EFF contain > values for the docs you're returning? > > Best > Erick > > On Sun, Jul 14, 2013 at 3:32 AM, Chris Collins wrote: >> I am playing with external file field f

external file field and fl parameter

2013-07-14 Thread Chris Collins
I am playing with external file field for sorting. I created a dynamic field using the ExternalFileField type. I naively assumed that the "fl" argument would allow me to return the value the external field but doesnt seem to do so. For instance I have a defined a dynamic field: *_efloat th

Re: dataDir not being stored in solr.xml

2013-07-09 Thread Chris Collins
lr 4.4" which > may be out in the next couple of weeks, assuming we > can get agreement. > > But look at Solr-4862, 4910, 4982 and related if you want > to see the ugly details. > > Best > Erick > > On Tue, Jul 9, 2013 at 3:50 AM, Chris Collins wrote: >>

dataDir not being stored in solr.xml

2013-07-09 Thread Chris Collins
I am migrating from solr 3.6 to 4.3.1. Using the core create rest call, something like: http://10.1.10.150:8090/solr/admin/cores?action=CREATE&name=foo&instanceDir=/home/solrdata/foo&persist=true&wt=json&dataDir=/home/solrdata/foo I am able to add data to the index it creates within th

Re: Updateing Solr

2012-08-10 Thread Chris Collins
On Aug 10, 2012, at 3:05 PM, Nana wrote: > Hi > > Thanks for you answer. > My Solr running under Tomcat, do you mean I have to restart Solr for > updating? > > -Nader > > > > On Fri, Aug 10, 2012 at 2:50 PM, Jack Krupansky-2 [via Lucene] < > ml-node+s472066n4000471...@n3.nabble.com> wrote:

Re: Populating a filter cache by means other than a query

2012-04-18 Thread Chris Collins
of set identifier that you could create for > your fqs. > > And if this is gibberish, ignore me .. > > Best > Erick > > On Tue, Apr 17, 2012 at 4:34 PM, Chris Collins wrote: >> Hi, I am a long time Lucene user but new to solr. I would like to use >> somet

Populating a filter cache by means other than a query

2012-04-17 Thread Chris Collins
Hi, I am a long time Lucene user but new to solr. I would like to use something like the filterCache but build a such a cache not from a query but custom code. I guess I will ask my question by using techniques and vocab I am familiar with. Not sure its actually the right way so I appologize