TAILIEUCHUNG - Professional Portal Development with Open Source Tools Java Portlet API phần 3

Phương thức init có một đối tượng thực hiện giao diện PortletConfig, quản lý các thông số khởi tạo và ResourceBundle của portlet. Đối tượng này có thể được sử dụng để có được một tham chiếu đến các đối tượng thực hiện giao diện PortletContext. Portlet phát triển không thường dành rất nhiều thời gian đáng lo ngại | Chapter 2 As you can see there is a bit of overlap among the field types. Essentially you should ask yourself whether this field needs to be searched whether it needs to be displayed and whether it is too big to be stored. Those questions will help guide your selection of what field types to use. Directory The Directory object is an abstraction of the underlying storage of indexes. There are two existing implementations of the abstract Directory class FSDirectory for file systems and RAMDirectory for in-memory storage. In theory you can implement your own Directory object to store your indexes in numerous underlying storage mechanisms such as databases or document management systems. Unfortunately the Directory class adopts a file-based paradigm which makes it tougher to understand how to implement the interface. Understanding the Lucene Query Syntax Lucene provides the flexibility for you to write your own query language. However this flexibility has already provided a strong query language to use right out of the box. A good reference for this is available online at http lucene docs . The following sections explain the syntax. Terms Terms are generally like your conventional search engine. Each word separated by a space is a term unless you place them in quotes members vast right wing conspiracy In this case there are two terms members and vast right wing conspiracy. Clearly you do not want the terms vast right wing or conspiracy by themselves. They are combined to be a meaningful term. Fields Our previous search will search against the default field that you specified when you initialized your QueryParser. However sometimes you would like to search against another of the fields in your index site vast right wing conspiracy In this case you are specifying that you want to search for in the site field which you created in your index. The vast right wing conspiracy term is still being run against the

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.