Are you using snippet or raw for the display? AFAIK, raw should return the full value of the field rather than snippet which is by default limited to 100 characters.
Its likely you're using snippet for something like description.
But it still not displaying all the characters, it is crucial for me to display it to achieve the searching purpose.
It might be the css style issue, can I know which part I need to adjust the script in order for it to show full display of the characters value of data?
Not sure if its under config-helper.js , but it seems like the raw one it not delimited :
Raw is the original value of the field and will not contain highlighting attributes. Snippet will contain highlighting (matches will be contained in an html em tag). using snippet means that when a match is found, it will only display upto 100 characters of where the match was present.
If you're using Search UI (as you mentioned config-helper, it sounds like you are), it will use the snippet. Whats happening is the config-helper is requesting for snippets instead, overriding the defaults set in the UI.
You have two options:
I dont want highlighting: update config-helper to remove the snippet object. I believe it should work if the code was this
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.