[xwiki-users] Hide text from search engine.
Is there a way to make a block of text to not be included in the search engine? -- View this message in context: http://xwiki.475771.n2.nabble.com/Hide-text-from-search-engine-tp7589975.htm... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello What a strange idea ! But you can put some limitation in security in pages for that The search engine respect rights on pages. Regards "users" <[email protected]> a écrit sur 03/04/2014 15:53:42 :
Is there a way to make a block of text to not be included in the search engine?
-- View this message in context: http://xwiki.475771.n2.nabble. com/Hide-text-from-search-engine-tp7589975.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
No, there's no way to prevent a block of text from being indexed. Everything, except password fields, is indexed. This old issue http://jira.xwiki.org/browse/XWIKI-454 is still opened. What's your use case? Why do you want to prevent a block of text from being indexed by the search engine? Hope this helps, Marius On Thu, Apr 3, 2014 at 4:53 PM, DeHaynes <[email protected]> wrote:
Is there a way to make a block of text to not be included in the search engine?
-- View this message in context: http://xwiki.475771.n2.nabble.com/Hide-text-from-search-engine-tp7589975.htm... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I am making some forms for documenting our company systems. The forms I have are: * System * Server * Application * Process And also * Company * Department * Person The EDIT version of these documents has a LOT information explaining what belongs in each section. This is information that doesn't need to be searched against. Especially considering that for each document type, the instructions will be duplicated for each instance of that type of document. Does that make sense? -- View this message in context: http://xwiki.475771.n2.nabble.com/Hide-text-from-search-engine-tp7589975p758... Sent from the XWiki- Users mailing list archive at Nabble.com.
Then you should tweak the search query. You can make a custom search UI for you data that searches in a specific list of fields, with custom priorities. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application... Hope this helps, Marius On Thu, Apr 3, 2014 at 5:30 PM, DeHaynes <[email protected]> wrote:
I am making some forms for documenting our company systems. The forms I have are:
* System * Server * Application * Process
And also
* Company * Department * Person
The EDIT version of these documents has a LOT information explaining what belongs in each section. This is information that doesn't need to be searched against. Especially considering that for each document type, the instructions will be duplicated for each instance of that type of document.
Does that make sense?
-- View this message in context: http://xwiki.475771.n2.nabble.com/Hide-text-from-search-engine-tp7589975p758... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On 3 Apr 2014 at 16:31:02, DeHaynes ([email protected](mailto:[email protected])) wrote:
I am making some forms for documenting our company systems. The forms I have are:
* System * Server * Application * Process
And also
* Company * Department * Person
The EDIT version of these documents has a LOT information explaining what belongs in each section. This is information that doesn't need to be searched against. Especially considering that for each document type, the instructions will be duplicated for each instance of that type of document.
Does that make sense?
What is indexed is the content of the document and its object properties. This is independent of the action (view, edit, etc). Note that if you mark a document as “hidden” you won’t see search results for it by default (unless you mention you wish to see hidden docs in your user profile). Thanks -Vincent
I just realized there is only one SHEET for each document type. So I won't have the issue of multiple repeated instructions. Still it would be nice to exclude the SHEET from being indexed. Thanks. -- View this message in context: http://xwiki.475771.n2.nabble.com/Hide-text-from-search-engine-tp7589975p758... Sent from the XWiki- Users mailing list archive at Nabble.com.
I can just make the SHEETS hidden. That will work. Thank you all. -- View this message in context: http://xwiki.475771.n2.nabble.com/Hide-text-from-search-engine-tp7589975p758... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 3 Apr 2014 at 16:41:07, DeHaynes ([email protected](mailto:[email protected])) wrote:
I just realized there is only one SHEET for each document type. So I won't have the issue of multiple repeated instructions. Still it would be nice to exclude the SHEET from being indexed.
As I said in my previous answer, just make the sheet doc a hidden doc. Thanks -Vincent
participants (4)
-
DeHaynes -
Marius Dumitru Florea -
Stéphane LASSIRE -
vincent@massol.net