dwild
Forum Replies Created
-
thanks, I disabled Newest/Oldest order settings, and removed the display of the date info in localization.
I appreciate your attention to this issue, and understand that there are reasons beyond my own for the development choices.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Content Not IndexingI can confirm fix at this time.
Thank you again! I’m ASTOUNDED at your speed!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Content Not Indexingthanks. I don’t feel quite so dumb now.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Content Not Indexingokay i guess i assumed the text of a page should be in content.
there is text on all published pages of the site.
So i need to know what field it is in and how to add that field.the source of the pages shows everything i want to index is in a Div tag Id’d as “content” but it does show multiple Div’s under that too.
any direction you can give is greatly appreciated!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Content Not IndexingSame response
{
“responseHeader”:{
“status”:0,
“QTime”:3,
“params”:{
“q”:”text:facts”,
“indent”:”on”,
“wt”:”json”,
“_”:”1471355941018″}},
“response”:{“numFound”:0,”start”:0,”docs”:[]
}}Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Content Not Indexingfrom the solr admin page, if i just click the “Execute Query” button i get
“responseHeader”:{
“status”:0,
“QTime”:4,
“params”:{
“q”:”*:*”,
“indent”:”on”,
“wt”:”json”,
“_”:”1471355941018″}},
“response”:{“numFound”:92,”start”:0,”docs”:[
{
“id”:”347″,
“PID”:”347″,
“title”:”EPD”,
“spell”:[“EPD”,
“”],
“autocomplete”:[“EPD”,
“”],
“content”:””,
“author”:”nwadmin”,
“author_s”:”http://test_intranet/author/nwadmin/”,
“type”:”page”,
“displaydate”:”2011-09-13 18:01:43″,
“displaymodified”:”2011-09-23 20:16:28″,
“permalink”:”http://test_intranet/client-services/epd/”,
“numcomments”:0,
“_version_”:1542834458844987392},
{ . . .if i query content:facts
it returns:
“{
“responseHeader”:{
“status”:0,
“QTime”:2,
“params”:{
“q”:”content:facts”,
“indent”:”on”,
“wt”:”json”,
“_”:”1471355941018″}},
“response”:{“numFound”:0,”start”:0,”docs”:[]
}}”there exists in this site a page that contains the word “facts” so it should return that page and etc.
regardless of the query term anything in content returns null.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Content Not Indexingthanks for your speedy response.
I tried that this morning and have not had any change.
i’m still getting everything except the actual text on the pages.