Re: Get metadata for query

2012-10-27 Thread Erik Hatcher
pt have to explicitly > include distributed search support? > > - Original Message - > | From: "Erik Hatcher" > | To: solr-user@lucene.apache.org > | Sent: Saturday, October 27, 2012 4:14:12 AM > | Subject: Re: Get metadata for query > | > | Lance Lance

Re: Get metadata for query

2012-10-27 Thread Lance Norskog
Hatcher" | To: solr-user@lucene.apache.org | Sent: Saturday, October 27, 2012 4:14:12 AM | Subject: Re: Get metadata for query | | Lance Lance Lance :) As the OP said, you can use /admin/luke to | get all the fields (static and dynamic) used in the index. I've | used that trick to get

Re: Get metadata for query

2012-10-27 Thread Erik Hatcher
ee how this would be useful for > pan-index tasks like assessing data quality. > > - Original Message - > | From: "Jack Krupansky" > | To: solr-user@lucene.apache.org > | Sent: Friday, October 26, 2012 7:41:58 PM > | Subject: Re: Get metadata for query > | &

Re: Get metadata for query

2012-10-27 Thread Lance Norskog
can see how this would be useful for pan-index tasks like assessing data quality. - Original Message - | From: "Jack Krupansky" | To: solr-user@lucene.apache.org | Sent: Friday, October 26, 2012 7:41:58 PM | Subject: Re: Get metadata for query | | I'm not sure I unde

Re: Get metadata for query

2012-10-26 Thread Jack Krupansky
26, 2012 9:42 PM To: solr-user@lucene.apache.org Subject: Re: Get metadata for query Ah, there's the problem- what is a fast way to fetch all fields in a collection, including dynamic fields? - Original Message - | From: "Otis Gospodnetic" | To: solr-user@lucene.apache.org

Re: Get metadata for query

2012-10-26 Thread Lance Norskog
Ah, there's the problem- what is a fast way to fetch all fields in a collection, including dynamic fields? - Original Message - | From: "Otis Gospodnetic" | To: solr-user@lucene.apache.org | Sent: Friday, October 26, 2012 3:05:04 PM | Subject: Re: Get metadata for query |

Re: Get metadata for query

2012-10-26 Thread Otis Gospodnetic
Hi, No... but you could simply query your index, get all the fields you need and process them to get what you need. Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Fri, Oct 26, 2012 at 10:19 AM, Torben Hon