org.opencms.workplace.tools.searchindex

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Content Management System » opencms » org.opencms.workplace.tools.searchindex 
org.opencms.workplace.tools.searchindex

This package contains the tool classes for the management of search indexes and related administration views.

@version $Revision: 1.3 $ @since 6.0.0
Java Source File NameTypeComment
A_CmsEditIndexSourceDialog.javaClass Abstract dialog class for editing or creating a org.opencms.search.CmsSearchIndexSource .

The A_CmsEditIndexSourceDialog.PARAM_INDEXSOURCE ("indexsource") is supported by means of widget technology (setter / getter).

Also - for accessing search functionality a member A_CmsEditIndexSourceDialog.m_searchManager is accessible for implementations.

A_CmsEditSearchIndexDialog.javaClass Abstract dialog class for all dialogs that work on a CmsSearchIndex.

The A_CmsEditSearchIndexDialog.PARAM_INDEXNAME ("searchindex") is supported by means of widget technology (setter / getter).

Also - for accessing search functionality a member A_CmsEditSearchIndexDialog.m_searchManager is accessible for implementations.

A_CmsEmbeddedListDialog.javaClass A list dialog that may be embedded in the output of other org.opencms.workplace.CmsDialog instances.

With std.

A_CmsFieldConfigurationDialog.javaClass
A_CmsFieldDialog.javaClass
A_CmsMappingDialog.javaClass
CmsDeleteFieldConfigurationDialog.javaClass
CmsDeleteFieldDialog.javaClass
CmsDeleteIndexSourceDialog.javaClass
CmsDeleteSearchIndexDialog.javaClass
CmsDocumentTypeAddList.javaClass A list that displays the document types of the system that are not assigned to a request parameter given org.opencms.search.CmsSearchIndexSource ("indexsource") and offers add single- and multi-actions that add those document types to the current indexsource.

This list is no stand-alone page but has to be embedded in another dialog (see org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog .

CmsDocumentTypeList.javaClass A list that displays the document types of a request parameter given org.opencms.search.CmsSearchIndexSource ("indexsource").
CmsDocumentTypeRemoveList.javaClass A list that displays the document types of the system that are assigned to a request parameter given org.opencms.search.CmsSearchIndexSource ("indexsource") and offers single- and multi-actions that remove those document types to the current indexsource.

This list is no stand-alone page but has to be embedded in another dialog (see org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog .

CmsEditFieldConfigurationDialog.javaClass
CmsEditFieldDialog.javaClass
CmsEditIndexSourceDialog.javaClass
CmsEditMappingDialog.javaClass
CmsEditSearchIndexDialog.javaClass
CmsFieldsList.javaClass A list that displays the fields of a request parameter given org.opencms.search.fields.CmsSearchFieldConfiguration ("fieldconfiguration").
CmsHookList.javaClass A list intended for sublclassing that triggers "listlet" operations that may access a on a "peer" object that is provided by a template method to implement in subclasses.
CmsHookListSearchCategory.javaClass A hook on the list of categories of the CmsSearchParameters (see org.opencms.search.CmsSearchParameters.setCategories(List) ) that will set the page to display of the search parameters to start (1) whenever a change in the amount of categories takes place.
CmsIndexingReport.javaClass
CmsIndexingReportThread.javaClass
CmsMappingsList.javaClass A list that displays the mappings of a request parameter given org.opencms.search.fields.CmsSearchField ("field").
CmsOverviewFieldConfigurationDialog.javaClass
CmsOverviewFieldDialog.javaClass
CmsOverviewIndexSourceDialog.javaClass
CmsOverviewSearchIndexDialog.javaClass
CmsRebuildReport.javaClass
CmsRebuildSearchIndexDialog.javaClass
CmsSearchFieldConfigurationList.javaClass A list that displays information about the org.opencms.search.fields.CmsSearchFieldConfiguration that are members of the org.opencms.search.CmsSearchIndex in the current request scope (param "searchindex").

This list is stand-alone displayable (not to embed in another dialog) and offers single actions within the rows related to the current selected field configuration which has to be found by the request parameter .

CmsSearchIndexList.javaClass
CmsSearchIndexSourceAddList.javaClass A list that displays the org.opencms.search.CmsSearchIndexSource instances that are not members of the org.opencms.search.CmsSearchIndex in the current request scope (param "searchindex" and allows to add them to the index.

This list is no stand-alone page but has to be embedded in another dialog (see org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog .

CmsSearchIndexSourceAssignResourcesWidget.javaClass
CmsSearchIndexSourceControlList.javaClass A list that displays information about the org.opencms.search.CmsSearchIndexSource that are members of the org.opencms.search.CmsSearchIndex in the current request scope (param "searchindex").

Unlike org.opencms.workplace.tools.searchindex.CmsSearchIndexSourceList this list is stand-alone displayable (not to embed in another dialog) and offers single actions within the rows related to the current selected indexsource which has to be found by the request parameter .

CmsSearchIndexSourceList.javaClass A list that displays information about the org.opencms.search.CmsSearchIndexSource that are members of the org.opencms.search.CmsSearchIndex in the current request scope (param "searchindex").

This list is no stand-alone page but has to be embedded in another dialog (see org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog .

CmsSearchIndexSourceRemoveList.javaClass A list that displays the org.opencms.search.CmsSearchIndexSource instances of the OpenCms system that are assigned to the org.opencms.search.CmsSearchIndex in the current request scope (param "searchindex") and allows to remove those sources to the current searchindex.

This list is no stand-alone page but has to be embedded in another dialog (see org.opencms.workplace.tools.searchindex.A_CmsEmbeddedListDialog .

CmsSearchResourcesList.javaClass A list that displays the search resources of a request parameter given org.opencms.search.CmsSearchIndexSource ("indexsource").
CmsSearchResultView.javaClass Displays the result of a org.opencms.search.CmsSearch .

Requires the following request parameters (see constructor):

  • index:
    the String identifying the required search index.
CmsSearchToolHandler.javaClass
CmsSearchWidgetDialog.javaClass A org.opencms.workplace.CmsWidgetDialog that performs a search on the org.opencms.search.CmsSearchIndex identified by request parameter org.opencms.workplace.tools.searchindex.A_CmsEditSearchIndexDialog.PARAM_INDEXNAME using an instance of org.opencms.search.CmsSearchParameters as widget object to fill.
Messages.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.