That is my whole schema.xml file.
I did not define default and copy field.I am new to solr,never read about
its need for full-text search.Can you please send me any link for
configurations to search within documents.I did follow Solr cookbook 4.
Thanks a lot.


On Sun, Sep 15, 2013 at 5:39 PM, Gora Mohanty-3 [via Lucene] <
ml-node+s472066n4090175...@n3.nabble.com> wrote:

> On 15 September 2013 17:20, Nutan <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=4090175&i=0>>
> wrote:
> >
> > this is my schema.xml :
>
> You do not provide nearly enough information for people to
> be able to help you.
>
> Is that the entirety of your schema.xml? If so, it is missing
> various important bits such as a <defaultSearchField> and
> <copyField> directives needed to make a full-text search
> work, as you seem to want.
>
> > this is the document i want to search through contents:
> > <doc>
> > <str name="id">8</str>
> > <arr name="author">
> > <str>nutan shinde</str>
> > </arr>
> > <str name="comments">best book for solr</str>
> > <str name="keywords">solr,lucene,apache tika</str>
> > <str name="contents">
> > solr,lucene is used for search based service.Google works uses web
> > crawler.Lucene can implement web crawler
> > </str>
> > <str name="title">solr enterprise search server</str>
> > <str name="revision_number">00123467889767</s…
> > &lt;/doc>
>
> How are you indexing this document into Solr, and how do you
> know that it actually got indexed?
>
> > But when i fire this query :
> >
> > http://localhost:8080/solr/select?q=co…
>
> Please provide the entire search URL, without which we are
> forced to try and guess at what you are trying to do.
>
> Regards,
> Gora
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/searching-within-documents-tp4090173p4090175.html
>  To unsubscribe from searching within documents, click 
> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4090173&code=bnV0YW5zaGluZGUxOTkyQGdtYWlsLmNvbXw0MDkwMTczfC0xMzEzOTU5Mzcx>
> .
> NAML<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lucene.472066.n3.nabble.com/searching-within-documents-tp4090173p4090176.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to