- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for iphoneos (0.03 sec)
-
src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java
} public void test_getUserAgentType_safariWithoutChrome() { getMockRequest().addHeader("user-agent", "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1"); assertEquals(UserAgentType.SAFARI, userAgentHelper.getUserAgentType()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 7.1K bytes - Viewed (0) -
README.md
## Common Use Cases ### E-commerce Search ```java // Product search suggestions SuggestItem product = new SuggestItem( new String[]{"iPhone 15 Pro", "Apple iPhone 15 Pro"}, new String[][]{{"iphone"}, {"apple", "phone"}}, 1.5f, // boost popular products new String[]{"electronics", "mobile"}, new String[]{"customer"}, SuggestItem.Kind.DOCUMENT
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1)