[ 
https://issues.apache.org/jira/browse/SOLR-13012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erick Erickson resolved SOLR-13012.
-----------------------------------
    Resolution: Invalid

The JIRA issue tracker is not a support portal. Please raise this question on 
the user's list at [email protected], see: 
(http://lucene.apache.org/solr/community.html#mailing-lists-irc) there are a 
_lot_ more people watching that list who may be able to help and you'll 
probably get responses much more quickly.

When you raise question on the user's list, include pertinent details as 
appropriate, e.g. Solr version, how you start Solr, sample data, queries and 
responses if possible, along with what you expect to see but don't. If you see 
messages, and particularly exceptions in your Solr log, include those too.

You might want to review: [https://wiki.apache.org/solr/UsingMailingLists]

If it's determined that this really is a code issue or enhancement to Solr and 
not a configuration/usage problem, we can raise a new JIRA or reopen this one.

 

In this case, your query with "a" has multiple problems

1> you didn't specify a field, so it's searching against the default field, 
probably "text" or "_text_", see your solrconfig.xml file, the "df" parameter.

2> "a" is a stopword, it may not be _in_ your index at all and thus return no 
values.

> Results not displaying in new core
> ----------------------------------
>
>                 Key: SOLR-13012
>                 URL: https://issues.apache.org/jira/browse/SOLR-13012
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: search
>    Affects Versions: 7.5
>            Reporter: Osborne D'Silva
>            Priority: Major
>         Attachments: 
> screencapture-localhost-8983-solr-2018-11-24-12_29_26.png, 
> screencapture-localhost-8983-solr-2018-11-24-12_29_53.png
>
>
> Hello, I recently created a new core with the default config. After importing 
> when I search all documents it shows the result, but If I search using a 
> particular variable it doesn't show any results.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to