Re: Query in metadata sent to Solr

2014-07-10 Thread Ameya Aware
Got it. Thanks man. Ameya On Thu, Jul 10, 2014 at 3:36 PM, Ahmet Arslan wrote: > Hi, > > With that dynamic filed approach, you can see all these fields' values in > result/response page. e.g. q=*:*&fl=* > > Ahmet > > > > On Thursday, July 10, 2014 10:18 PM, Ameya Aware > wrote: > Also, > > W

Re: Query in metadata sent to Solr

2014-07-10 Thread Ahmet Arslan
Hi, With that dynamic filed approach, you can see all these fields' values in result/response page. e.g. q=*:*&fl=* Ahmet On Thursday, July 10, 2014 10:18 PM, Ameya Aware wrote: Also, When using below dynamic field You said that we will get to see all field generated solr-cell and mcf.

Re: Query in metadata sent to Solr

2014-07-10 Thread Ameya Aware
Also, When using below dynamic field You said that we will get to see all field generated solr-cell and mcf. Where exactly i could see all these fields so that i can create my schema? Thanks, Ameya On Thu, Jul 10, 2014 at 3:07 PM, Ahmet Arslan wrote: > Hi, > > Okey you want to use the v

Re: Query in metadata sent to Solr

2014-07-10 Thread Ahmet Arslan
Hi, Okey you want to use the value that sent with literal.Modified parameter. First, try literalsOverride=true parameter.  If that does not work, use FirstFieldValueUpdateProcessorFactory to reduce multivalued modified field to a single valued one. ahmet On Thursday, July 10, 2014 9:16 PM, A

Re: Query in metadata sent to Solr

2014-07-10 Thread Ameya Aware
Hi, Please find below solr log: INFO - 2014-07-09 15:30:56.243; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/solr path=/update/extract params={literal.deny_token_ document=DEAD_AUTHORITY&literal.DocIcon=docx&resource.name=Anarchism- 201310091123505625.docx&literal.a

Re: Query in metadata sent to Solr

2014-07-10 Thread Ahmet Arslan
Hi, Okey then remove this line from solrconfig.xml  ignored_ and explicitly define a field named Modified in schema.xml with stored=true.  With this you should be able to see Modified field. Please see definition of uprefix parameter : http://wiki.apache.org/solr/ExtractingRequestHandler#Inpu

Re: Query in metadata sent to Solr

2014-07-10 Thread Ameya Aware
Hi I am using same solrconfig.xml which comes in default solr package. Do i need to make change anywhere? Thanks, Ameya On Wed, Jul 9, 2014 at 5:59 PM, Ahmet Arslan wrote: > Hi, > > Field name sent with literal is Modified. In your screenshot, it is > last_modified . Do you use f.map setting

Re: Query in metadata sent to Solr

2014-07-09 Thread Ahmet Arslan
Hi, Field name sent with literal is Modified. In your screenshot, it is last_modified . Do you use f.map setting in solrconfig.xml?  I think it is better to send use solrconfig.xml file where solr cell handler defined. On Thursday, July 10, 2014 12:18 AM, Ameya Aware wrote: Hi, Please h