Java 8은 지원이 종료되었으며 2026년 1월 31일에
지원 중단됩니다. 지원 중단 후에는 조직에서 이전에 조직 정책을 사용하여 레거시 런타임의 배포를 다시 사용 설정한 경우에도 Java 8 애플리케이션을 배포할 수 없습니다. 기존 Java 8 애플리케이션은
지원 중단 날짜 이후에도 계속 실행되고 트래픽을 수신합니다.
지원되는 최신 Java 버전으로 마이그레이션하는 것이 좋습니다.
Java 8 개발 서버 사용
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
자바 8 개발 서버는 로컬 머신에서 실행되며 대부분의 Search API 기능을 에뮬레이션합니다.
일부 기능은 서버에서 사용할 수 없습니다. 개발 서버에서 실행할 때 다음 기능을 사용하려고 하면 안 됩니다.
어간 추출
필드 값의 어간 추출(예: '~cat')이 구현되지 않습니다.
토큰화
개발 서버에서는 아시아 언어의 문자열 필드가 토큰화되지 않습니다.
점수
일치 점수 메커니즘이 구현되지 않습니다.
발음 구분 기호
atom, 텍스트, HTML 필드에서 발음 구분 기호(악센트 기호 등)를 사용할 수 없습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-09-04(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis API is compatible with first-generation runtimes and can be used when upgrading to second-generation runtimes.\u003c/p\u003e\n"],["\u003cp\u003eFor those updating to App Engine Java 11/17, a migration guide provides details on options for legacy bundled services.\u003c/p\u003e\n"],["\u003cp\u003eThe Java 8 development server emulates most Search API functions on your local machine.\u003c/p\u003e\n"],["\u003cp\u003eStemming, Asian language string tokenization, match scoring, and diacritical marks are not supported features when running on the development server.\u003c/p\u003e\n"]]],[],null,["# Using the Java 8 Development Server\n\n| This API is supported for first-generation runtimes and can be used when [upgrading to corresponding second-generation runtimes](/appengine/docs/standard/\n| java-gen2\n|\n| /services/access). If you are updating to the App Engine Java 11/17 runtime, refer to the [migration guide](/appengine/migration-center/standard/migrate-to-second-gen/java-differences) to learn about your migration options for legacy bundled services.\n\nThe Java 8 development server runs on your local machine and emulates\nmost of the Search API's capabilities.\n\nA few features are not available on the server. You should not attempt to\nuse the following features when you run on the development server:\n\n### Stemming\n\nStemming of field values (for example \"\\~cat\") is not implemented.\n\n### Tokenization\n\nString fields in Asian languages are not tokenized on the development server.\n\n### Scoring\n\nThe match scoring mechanism is not implemented.\n\n### Diacriticals\n\nDiacritical marks (such as accent marks) cannot be used in atom, text, and HTML fields."]]