Re: Any way to view lucene files

2014-06-07 Thread Chris Collins
Have you tried: https://code.google.com/p/luke/ Best Chris On Jun 6, 2014, at 11:24 PM, Aman Tandon amantandon...@gmail.com 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

Re: Any way to view lucene files

2014-06-07 Thread Chris Collins
With Regards Aman Tandon On Sat, Jun 7, 2014 at 12:01 PM, Chris Collins ch...@geekychris.com wrote: Have you tried: https://code.google.com/p/luke/ Best Chris On Jun 6, 2014, at 11:24 PM, Aman Tandon amantandon...@gmail.com wrote: Hi, Is there any way so that i can view what

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 t...@elementspace.com wrote: Try adding 'ext' to your OPTIONS= line for

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.

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

Re: external file field and fl parameter

2013-07-14 Thread Chris Collins
Erickson erickerick...@gmail.com 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 ch...@geekychris.com wrote: I am playing with external file field for sorting

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 s...@elyograg.org wrote: On 7/14/2013 7:05 AM, Chris Collins wrote: Yep I did switch on stored=true in the field type

Re: external file field and fl parameter

2013-07-14 Thread Chris Collins
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, 2013, at 10:13 AM, Shawn Heisey s...@elyograg.org wrote: On 7/14/2013 7:05 AM, Chris

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=CREATEname=fooinstanceDir=/home/solrdata/foopersist=truewt=jsondataDir=/home/solrdata/foo I am able to add data to the index it creates within the

Re: dataDir not being stored in solr.xml

2013-07-09 Thread Chris Collins
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 ch...@geekychris.com wrote: I am migrating from solr 3.6 to 4.3.1

Re: Updateing Solr

2012-08-10 Thread Chris Collins
On Aug 10, 2012, at 3:05 PM, Nana nade...@gmail.com 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

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

2012-04-18 Thread Chris Collins
How big is this set of document IDs? If it's in the 100s, I'd just go with an fq. If it's more than that, I'd index some kind of set identifier that you could create for your fqs. And if this is gibberish, ignore me G.. Best Erick On Tue, Apr 17, 2012 at 4:34 PM, Chris Collins ch

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