and if i want to search only three column of my data base and want my
search result to show all the columns(even the one that are not indexed
because i dont want them to be searched) how can i do that?


On Thu, Jan 17, 2013 at 11:56 AM, hassan altaf <hassancrowdc...@gmail.com>wrote:

> Can anyone explain delta import section in DIH solr. Also what is pk
> supposed to be in this code? and when it says select description as
> features from feature what is feature and what is features?
>
>
> On Tue, Jan 15, 2013 at 5:34 PM, Shawn Heisey-4 [via Lucene] <
> ml-node+s472066n4033674...@n3.nabble.com> wrote:
>
>> On 1/15/2013 1:37 PM, hassancrowdc wrote:
>> > After indexing data from database to solr. I want to search such that
>> if i
>> > write any word (that is included in the documents been indexed) it
>> should
>> > return all the documents that include that word. But it does not. When
>> i
>> > write http://localhost:8983/solr/select?q=anyword   i gives me error.
>>
>> You haven't told it which core (or collection if using SolrCloud) you
>> want to search.
>>
>> http://localhost:8983/solr/corename/select?q=anyword
>>
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the
>> discussion below:
>>
>> http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033674.html
>>  To unsubscribe from Index data from multiple tables into Solr, click
>> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4032266&code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=>
>> .
>> 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/Index-data-from-multiple-tables-into-Solr-tp4032266p4034290.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to