Erick Erickson wrote:
> 
> This is quite contradictory.
> <<<That name field "arrow" not found for autosuggestion and gave some word
> with
> incomplite>>>
> 
> What does this mean? You're not searching for a field "arrow". You really
> have to provide more details. Schema, error, etc.
> 
> Have you examined your index with Luke as I suggested? Have
> you examined it with the admin page? Have you examined the SOLR
> logs?
> 
> Erick
> 
> On Mon, Mar 1, 2010 at 5:43 AM, Suram <reactive...@yahoo.com> wrote:
> 
>>
>>
>>
>> Erick Erickson wrote:
>> >
>> > P.S. Are you absolutely sure your SOLR instance
>> > is pointing at the index you're adding data to?
>> >
>> > On Sun, Feb 28, 2010 at 9:08 AM, Erick Erickson
>> > <erickerick...@gmail.com>wrote:
>> >
>> >> Hmmmm, works for me without any problems. That is,
>> >> this URL brings back newly-indexed data without
>> >> doing anything to solr...
>> >>
>> >>
>> http://localhost:8983/solr/terms/?terms=true&terms.fl=author&terms.prefix=er
>> >> so forget my comment about reopening the index.
>> >>
>> >> So are you sure that the new terms are in the index
>> >> in the field you're asking for? Have you examined the
>> >> index with Luke and/or the admin pages? Can you give
>> >> some examples of your actual input and output and
>> >> what you think should be there that isn't?
>> >>
>> >> HTH
>> >> Erick
>> >>
>> >>
>> >> On Sun, Feb 28, 2010 at 12:53 AM, Suram <reactive...@yahoo.com> wrote:
>> >>
>> >>>
>> >>>
>> >>>
>> >>> Erick Erickson wrote:
>> >>> >
>> >>> > Hmmm, re-reading I'm not sure what your issue is. What
>> >>> > do you mean by "AutoSuggestion not found". Do you have
>> >>> > autosuggest working already just can't find new data or you
>> >>> > don't have autosuggest working at all?
>> >>> >
>> >>> > Erick
>> >>> >
>> >>> > On Sat, Feb 27, 2010 at 5:44 AM, Suram <reactive...@yahoo.com>
>> wrote:
>> >>> >
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> Erick Erickson wrote:
>> >>> >> >
>> >>> >> > Have you reopened the index after you added the data?
>> >>> >> >
>> >>> >> > Erick
>> >>> >> >
>> >>> >> > On Fri, Feb 26, 2010 at 9:23 AM, Suram <reactive...@yahoo.com>
>> >>> wrote:
>> >>> >> >
>> >>> >> >>
>> >>> >> >> Hi
>> >>> >> >>
>> >>> >> >>     AutoSuggestion not found for newly indexed data ,how can i
>> >>> >> configure
>> >>> >> >> that anyone help me
>> >>> >> >>
>> >>> >> >> Thans in advance
>> >>> >> >> --
>> >>> >> >> View this message in context:
>> >>> >> >> http://old.nabble.com/Auto-suggestion-tp27718858p27718858.html
>> >>> >> >> Sent from the Solr - User mailing list archive at Nabble.com.
>> >>> >> >>
>> >>> >> >>
>> >>> >> >
>> >>> >> >
>> >>> >>
>> >>> >>
>> >>> >> How can i reopen  the index after  added the my data
>> >>> >>
>> >>> >> --
>> >>> >> View this message in context:
>> >>> >> http://old.nabble.com/Auto-suggestion-tp27718858p27727040.html
>> >>> >> Sent from the Solr - User mailing list archive at Nabble.com.
>> >>> >>
>> >>> >>
>> >>> >
>> >>> >
>> >>> Hi erick,
>> >>>
>> >>>         if i index new document to solr that new data not found for
>> >>> AutoSuggestion.
>> >>> --
>> >>> View this message in context:
>> >>> http://old.nabble.com/Auto-suggestion-tp27718858p27733089.html
>> >>> Sent from the Solr - User mailing list archive at Nabble.com.
>> >>>
>> >>>
>> >>
>> >
>> >
>>
>>
>> Hi,
>>
>> <add>
>> <doc>
>>  <field name="id">1000</field>
>>  <field name="name">arrow</field>
>>        .
>>        .
>>        .
>>        .
>>        .
>>        .
>> </doc>
>> </add>
>> above document is indexed after am give the this url
>> "http://localhost:8080/solr/terms?terms.fl=name&terms.prefix=a";
>>
>> That name field "arrow" not found for autosuggestion and gave some word
>> with
>> incomplite
>>
>>
>> and
>>
>>
>> How can set some specific field like id,name,menu for searchable in
>> solr,if
>> give name like arrow i find it for search
>>
>> Thanks in advance.
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Auto-suggestion-tp27718858p27741999.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
> 
> 

Hi,

Here attached my schema.xml
http://old.nabble.com/file/p27746824/schema.xml schema.xml 

and suppose i add new document ,how can i enable the field of that document
for searchable(in that example document need to enable for search in solr
like category,actor,title fields) and for auto suggestion
http://old.nabble.com/file/p27746824/example.xml example.xml 



-- 
View this message in context: 
http://old.nabble.com/Auto-suggestion-tp27718858p27746824.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to